Commit 52afb186 by Piotr Trojanek Committed by Pierre-Marie de Rodat

[Ada] Consistent spelling of "i.e." in docs and comments

2018-07-17  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

	* einfo.ads, libgnat/g-comlin.ads: Minor change "ie" to "i.e." in docs
	and comments.

From-SVN: r262784
parent 1b72a563
2018-07-17 Piotr Trojanek <trojanek@adacore.com>
* einfo.ads, libgnat/g-comlin.ads: Minor change "ie" to "i.e." in docs
and comments.
2018-07-17 Justin Squirek <squirek@adacore.com> 2018-07-17 Justin Squirek <squirek@adacore.com>
* libgnat/s-os_lib.adb (Argument_String_To_List): Fix trimming of * libgnat/s-os_lib.adb (Argument_String_To_List): Fix trimming of
......
...@@ -1034,7 +1034,7 @@ package Einfo is ...@@ -1034,7 +1034,7 @@ package Einfo is
-- base type). -- base type).
-- --
-- In all other cases Discriminant_Constraint contains the empty -- In all other cases Discriminant_Constraint contains the empty
-- Elist (ie it is initialized with a call to New_Elmt_List). -- Elist (i.e. it is initialized with a call to New_Elmt_List).
-- Discriminant_Default_Value (Node20) -- Discriminant_Default_Value (Node20)
-- Defined in discriminants. Points to the node representing the -- Defined in discriminants. Points to the node representing the
......
...@@ -703,7 +703,8 @@ package GNAT.Command_Line is ...@@ -703,7 +703,8 @@ package GNAT.Command_Line is
-- automatically generated list of supported switches. -- automatically generated list of supported switches.
procedure Display_Help (Config : Command_Line_Configuration); procedure Display_Help (Config : Command_Line_Configuration);
-- Display the help for the tool (ie its usage, and its supported switches) -- Display the help for the tool (i.e. its usage, and its supported
-- switches).
function Get_Switches function Get_Switches
(Config : Command_Line_Configuration; (Config : Command_Line_Configuration;
...@@ -843,9 +844,9 @@ package GNAT.Command_Line is ...@@ -843,9 +844,9 @@ package GNAT.Command_Line is
-- --
-- This function can be used to reset Cmd by passing an empty string -- This function can be used to reset Cmd by passing an empty string
-- --
-- If an invalid switch is found on the command line (ie wasn't defined in -- If an invalid switch is found on the command line (i.e. wasn't defined
-- the configuration via Define_Switch), and the configuration wasn't set -- in the configuration via Define_Switch), and the configuration wasn't
-- to accept all switches (by defining "*" as a valid switch), then an -- set to accept all switches (by defining "*" as a valid switch), then an
-- exception Invalid_Switch is raised. The exception message indicates the -- exception Invalid_Switch is raised. The exception message indicates the
-- invalid switch. -- invalid switch.
...@@ -896,7 +897,7 @@ package GNAT.Command_Line is ...@@ -896,7 +897,7 @@ package GNAT.Command_Line is
-- -from bar -- -from bar
-- --
-- Note however that Getopt doesn't know how to handle ":" as a separator. -- Note however that Getopt doesn't know how to handle ":" as a separator.
-- So the recommendation is to declare the switch as "-from!" (ie no -- So the recommendation is to declare the switch as "-from!" (i.e. no
-- space between the switch and its parameter). Then Getopt will return -- space between the switch and its parameter). Then Getopt will return
-- ":bar" as the parameter, and you can trim the ":" in your application. -- ":bar" as the parameter, and you can trim the ":" in your application.
-- --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment