diff options
Diffstat (limited to 'gcc/ada/s-fatllf.ads')
-rw-r--r-- | gcc/ada/s-fatllf.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-fatllf.ads b/gcc/ada/s-fatllf.ads index f2d554c4dab..6869d8e7e85 100644 --- a/gcc/ada/s-fatllf.ads +++ b/gcc/ada/s-fatllf.ads @@ -39,7 +39,7 @@ with System.Fat_Gen; package System.Fat_LLF 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. |