diff options
Diffstat (limited to 'gcc/ada/s-fvadfl.ads')
-rw-r--r-- | gcc/ada/s-fvadfl.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-fvadfl.ads b/gcc/ada/s-fvadfl.ads index 05a367ca42f..76c3a0b4736 100644 --- a/gcc/ada/s-fvadfl.ads +++ b/gcc/ada/s-fvadfl.ads @@ -41,12 +41,12 @@ package System.Fat_VAX_D_Float is pragma Warnings (Off); -- This unit is normally used only for VMS, but we compile it for other - -- targest for the convenience of testing vms code using -gnatdm. + -- targets for the convenience of testing vms code using -gnatdm. type Fat_VAX_D is digits 9; pragma Float_Representation (VAX_Float, Fat_VAX_D); - -- Note the only entity from this package that is acccessed by Rtsfind + -- Note the only entity from this package that is accessed by Rtsfind -- is the name of the package instantiation. Entities within this package -- (i.e. the individual floating-point attribute routines) are accessed -- by name using selected notation. |