diff options
Diffstat (limited to 'gcc/ada/s-filofl.ads')
-rw-r--r-- | gcc/ada/s-filofl.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-filofl.ads b/gcc/ada/s-filofl.ads index dded3cf5a94..b185890bf1e 100644 --- a/gcc/ada/s-filofl.ads +++ b/gcc/ada/s-filofl.ads @@ -32,7 +32,7 @@ ------------------------------------------------------------------------------ -- This package contains an instantiation of the floating-point attribute --- runtime routines for IEEE long float. This is used on VMS targest where +-- runtime routines for IEEE long float. This is used on VMS targets where -- we can't just use Long_Float, since this may have been mapped to Vax_Float -- using a Float_Representation configuration pragma. @@ -44,7 +44,7 @@ package System.Fat_IEEE_Long_Float is type Fat_IEEE_Long is digits 15; pragma Float_Representation (IEEE_Float, Fat_IEEE_Long); - -- 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. |