diff options
Diffstat (limited to 'gcc/ada/s-fatsfl.ads')
-rw-r--r-- | gcc/ada/s-fatsfl.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-fatsfl.ads b/gcc/ada/s-fatsfl.ads index 129efea64a2..8539723bf04 100644 --- a/gcc/ada/s-fatsfl.ads +++ b/gcc/ada/s-fatsfl.ads @@ -39,7 +39,7 @@ with System.Fat_Gen; package System.Fat_SFlt is pragma Pure; - -- 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. |