diff options
Diffstat (limited to 'gcc/ada/namet.h')
-rw-r--r-- | gcc/ada/namet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/namet.h b/gcc/ada/namet.h index efa475c3105..2a1b9cbc077 100644 --- a/gcc/ada/namet.h +++ b/gcc/ada/namet.h @@ -85,7 +85,7 @@ Get_Decoded_Name_String (Name_Id Id) /* Like Get_Decoded_Name_String, but the result has all qualification and package body entity suffixes stripped, and also all letters are upper - cased. This is used fo rbuilding the enumeration literal table. */ + cased. This is used for building the enumeration literal table. */ extern void casing__set_all_upper_case (void); |