+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
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.
: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.
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;
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);