aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bld.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/bld.adb')
-rw-r--r--gcc/ada/bld.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/bld.adb b/gcc/ada/bld.adb
index a39076b..6d52e8b 100644
--- a/gcc/ada/bld.adb
+++ b/gcc/ada/bld.adb
@@ -80,7 +80,7 @@ package body Bld is
Expression_Value : String_Access := new String (1 .. 10);
Expression_Last : Natural := 0;
- -- The following variables indicates if the suffixs and the languages
+ -- The following variables indicates if the suffixes and the languages
-- are statically specified and, if they are, their values.
C_Suffix : String_Access := new String (1 .. 10);
@@ -2803,7 +2803,7 @@ package body Bld is
There_Are_Cases := Last_Case /= Last_Case_Construction;
- -- If the suffixs and the languages have not been specified,
+ -- If the suffixes and the languages have not been specified,
-- give them the default values.
if C_Suffix_Static and then C_Suffix_Last = 0 then
@@ -2920,7 +2920,7 @@ package body Bld is
end if;
-- If we still don't know the language, and all
- -- suffixs are static, then it cannot any of the
+ -- suffixes are static, then it cannot any of the
-- processed languages.
if Source_Kind = Unknown