summaryrefslogtreecommitdiff
path: root/gcc/ada/s-fatflt.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-fatflt.ads')
-rw-r--r--gcc/ada/s-fatflt.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-fatflt.ads b/gcc/ada/s-fatflt.ads
index b69e7d0c25b..cba06c3aa25 100644
--- a/gcc/ada/s-fatflt.ads
+++ b/gcc/ada/s-fatflt.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992,1993,1994,1995,1996 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2003 Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -39,7 +39,7 @@ with System.Fat_Gen;
package System.Fat_Flt is
pragma Pure (Fat_Flt);
- -- Note the only entity from this package that is accessed by Rtsfind
+ -- Note the only entity from this package that is acccessed 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.