diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2019-12-18 07:15:22 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-12-18 07:15:22 +0000 |
commit | 16b54914309fa2d94159d71b2e4a75fd497e1e75 (patch) | |
tree | 541b1c56376e314d239a65f9060b7808d8bdd2f2 /gcc/ada/init.c | |
parent | a760d142461694eca613c9d9a19333416566241e (diff) | |
download | gcc-16b54914309fa2d94159d71b2e4a75fd497e1e75.zip gcc-16b54914309fa2d94159d71b2e4a75fd497e1e75.tar.gz gcc-16b54914309fa2d94159d71b2e4a75fd497e1e75.tar.bz2 |
[Ada] Fix three-letter typos like "sss" in comments and docs
2019-12-18 Piotr Trojanek <trojanek@adacore.com>
gcc/ada/
* doc/gnat_rm/implementation_defined_pragmas.rst,
doc/gnat_rm/obsolescent_features.rst,
doc/gnat_ugn/gnat_and_program_execution.rst, exp_attr.adb,
exp_ch9.adb, init.c, libgnat/s-valrea.adb, par-ch6.adb,
sem_attr.adb, sem_ch4.adb, sem_util.ads: Fix trivial typos.
* gnat_rm.texi, gnat_ugn.texi: Regenerate.
From-SVN: r279514
Diffstat (limited to 'gcc/ada/init.c')
-rw-r--r-- | gcc/ada/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/init.c b/gcc/ada/init.c index f7e830e..67ea4dc 100644 --- a/gcc/ada/init.c +++ b/gcc/ada/init.c @@ -1564,7 +1564,7 @@ int __gl_heap_size = 64; operation, drivide by zero, and overflow. This will prevent the VMS runtime (specifically OTS$CHECK_FP_MODE) from complaining about inconsistent floating point settings in a mixed language program. Ideally the setting - would be determined at link time based on setttings in the object files, + would be determined at link time based on settings in the object files, however the VMS linker seems to take the setting from the first object in the link, e.g. pcrt0.o which is float representation neutral. */ char __gl_float_format = 'I'; |