diff options
Diffstat (limited to 'gcc/ada/g-comlin.adb')
-rw-r--r-- | gcc/ada/g-comlin.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/g-comlin.adb b/gcc/ada/g-comlin.adb index d661978bd59..e90af875eae 100644 --- a/gcc/ada/g-comlin.adb +++ b/gcc/ada/g-comlin.adb @@ -43,7 +43,7 @@ package body GNAT.Command_Line is Parameter_With_Optional_Space, -- ':' in getopt Parameter_With_Space_Or_Equal, -- '=' in getopt Parameter_No_Space, -- '!' in getopt - Parameter_Optional); -- '?' in getop + Parameter_Optional); -- '?' in getopt procedure Set_Parameter (Variable : out Parameter_Type; @@ -134,7 +134,7 @@ package body GNAT.Command_Line is (Cmd : Command_Line; Result : Argument_List_Access; Params : Argument_List_Access); - -- When possible, replace or more switches by an alias, ie a shorter + -- When possible, replace or more switches by an alias, i.e. a shorter -- version. function Looking_At @@ -567,7 +567,7 @@ package body GNAT.Command_Line is -- Always prepend the switch character, so that users know that -- this comes from a switch on the command line. This is -- especially important when Concatenate is False, since - -- otherwise the currrent argument first character is lost. + -- otherwise the current argument first character is lost. Set_Parameter (Parser.The_Switch, |