aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-fvaffl.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-fvaffl.ads')
-rw-r--r--gcc/ada/s-fvaffl.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-fvaffl.ads b/gcc/ada/s-fvaffl.ads
index 0c769bf..729391c 100644
--- a/gcc/ada/s-fvaffl.ads
+++ b/gcc/ada/s-fvaffl.ads
@@ -41,12 +41,12 @@ package System.Fat_VAX_F_Float is
pragma Warnings (Off);
-- This unit is normally used only for VMS, but we compile it for other
- -- targest for the convenience of testing vms code using -gnatdm.
+ -- targets for the convenience of testing vms code using -gnatdm.
type Fat_VAX_F is digits 6;
pragma Float_Representation (VAX_Float, Fat_VAX_F);
- -- 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.