summaryrefslogtreecommitdiff
path: root/gcc/ada/a-chtgbo.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-02 09:43:58 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-02 09:43:58 +0000
commitadfa94a2fd2fc89238ce64e7de86d546f1934c48 (patch)
treec5486dba41350c97d49f1cf898860311befccd52 /gcc/ada/a-chtgbo.adb
parent7beef224a4d678673a0fc98d8ec9dfdd0ea41787 (diff)
downloadgcc-adfa94a2fd2fc89238ce64e7de86d546f1934c48.tar.gz
2011-09-02 Vincent Celier <celier@adacore.com>
* prj-nmsc.db: (Check_Stand_Alone_Library): For SALs, allow only library names with the syntax of Ada identifiers, to avoid errors when compiling the binder generated files. * projects.texi: Document restriction on SAL library names 2011-09-02 Thomas Quinot <quinot@adacore.com> * a-chtgbo.adb: Minor comment fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178455 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-chtgbo.adb')
-rw-r--r--gcc/ada/a-chtgbo.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-chtgbo.adb b/gcc/ada/a-chtgbo.adb
index 9e7da11e7e6..1a395d3b34e 100644
--- a/gcc/ada/a-chtgbo.adb
+++ b/gcc/ada/a-chtgbo.adb
@@ -144,7 +144,7 @@ package body Ada.Containers.Hash_Tables.Generic_Bounded_Operations is
-- value 0 as an error. The precondition was weakened, so that index
-- value 0 is now allowed, and this value is interpreted to mean "do
-- nothing". This makes its behavior analogous to the behavior of
- -- Ada.Unchecked_Conversion, and allows callers to avoid having to add
+ -- Ada.Unchecked_Deallocation, and allows callers to avoid having to add
-- special-case checks at the point of call.
if X = 0 then