diff options
Diffstat (limited to 'gcc/ada/s-fatflt.ads')
-rw-r--r-- | gcc/ada/s-fatflt.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-fatflt.ads b/gcc/ada/s-fatflt.ads index b27d4b2b839..748bb5fac14 100644 --- a/gcc/ada/s-fatflt.ads +++ b/gcc/ada/s-fatflt.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.3 $ -- +-- $Revision: 1.1 $ -- -- -- -- Copyright (C) 1992,1993,1994,1995,1996 Free Software Foundation, Inc. -- -- -- @@ -41,7 +41,7 @@ with System.Fat_Gen; package System.Fat_Flt is pragma Pure (Fat_Flt); - -- 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. |