]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix minor issues in comments
authorRonan Desplanques <desplanques@adacore.com>
Fri, 12 May 2023 12:48:33 +0000 (14:48 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 15 Jun 2023 07:59:34 +0000 (09:59 +0200)
The package Ttypef has been removed but a reference to it was left
over in a comment. This patch removes that reference, and also fixes
a typo.

gcc/ada/

* ttypes.ads: Remove reference to Ttypef in comment. Fix typo in
comment.

gcc/ada/ttypes.ads

index c8188ea9f98bc48bc09313d14a26a84405ab63a3..28c63769d966a10b3ba01b34f05036c604e0afff 100644 (file)
@@ -60,11 +60,10 @@ package Ttypes is
    --  Two approaches are used for handling target dependent values in the
    --  standard library packages. Package Standard is handled specially,
    --  being constructed internally (by package Stand). Target dependent
-   --  values needed in Stand are obtained by direct reference to Ttypes
-   --  and Ttypef.
+   --  values needed in Stand are obtained by direct reference to Ttypes.
 
    --  For package System, there is a separate version for each target, with
-   --  explicit declarations of the required, constants.
+   --  explicit declarations of the required constants.
 
    --  Historical note: Originally we had in mind dealing with target dependent
    --  differences by referencing appropriate attributes. Ada 95 already