diff options
Diffstat (limited to 'gcc/ada/g-pehage.ads')
-rw-r--r-- | gcc/ada/g-pehage.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-pehage.ads b/gcc/ada/g-pehage.ads index 24f5bcff1b2..63a5b900930 100644 --- a/gcc/ada/g-pehage.ads +++ b/gcc/ada/g-pehage.ads @@ -116,7 +116,7 @@ package GNAT.Perfect_Hash_Generators is -- Deallocate the internal structures and the words table procedure Insert (Value : String); - -- Insert a new word in the table + -- Insert a new word into the table. ASCII.NUL characters are not allowed. Too_Many_Tries : exception; -- Raised after Tries unsuccessful runs |