[Ada] Minor typo fixes

2018-05-21  Jose Ruiz  <ruiz@adacore.com>

gcc/ada/

	* doc/gnat_ugn/gnat_utility_programs.rst, exp_attr.adb,
	libgnarl/s-tassta.adb: Minor typo fixes

From-SVN: r260462
This commit is contained in:
Jose Ruiz 2018-05-21 14:51:42 +00:00 committed by Pierre-Marie de Rodat
parent 123906261b
commit 9e40de1d22
4 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2018-04-04 Jose Ruiz <ruiz@adacore.com>
* doc/gnat_ugn/gnat_utility_programs.rst, exp_attr.adb,
libgnarl/s-tassta.adb: Minor typo fixes
2018-05-21 Ed Schonberg <schonberg@adacore.com>
* sem_ch4.adb (Analyze_One_Call): Recognize complex cases where an

View File

@ -4078,8 +4078,8 @@ Alternatively, you may run the script using the following command line:
for which a body must be created or a library unit body for which subunits
must be created for the body stubs declared in this body.
The file name may contain the path information.
If the name does not follow GNAT file naming conventions and a set
of seitches does not contain a project file that defines naming
If the name does not follow GNAT file naming conventions and the set
of switches does not contain a project file that defines naming
conventions, the name of the body file must
be provided
explicitly as the value of the :switch:`-o{body-name}` option.
@ -4146,7 +4146,7 @@ Alternatively, you may run the script using the following command line:
:switch:`--subunits`
Generate subunits for body stubs. If this switch is specified,
``gnatstub`` expects a library unit body as an agrument file,
``gnatstub`` expects a library unit body as an argument file,
otherwise a library unit declaration is expected. If a body stub
already has a corresponding subunit, ``gnatstub`` does not
generate anything for it.

View File

@ -6506,7 +6506,7 @@ package body Exp_Attr is
Save_Validity_Checks_On : constant Boolean := Validity_Checks_On;
-- Save the validity checking mode. We always turn off validity
-- checking during process of 'Valid since this is one place
-- where we do not want the implicit validity checks to intefere
-- where we do not want the implicit validity checks to interfere
-- with the explicit validity check that the programmer is doing.
function Make_Range_Test return Node_Id;

View File

@ -655,7 +655,7 @@ package body System.Tasking.Stages is
T.Common.Task_Image_Len := Len;
end if;
-- Note: we used to have code here to initialize T.Commmon.Domain, but
-- Note: we used to have code here to initialize T.Common.Domain, but
-- that is not needed, since this is initialized in System.Tasking.
Unlock (Self_ID);