diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-05-28 18:03:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-05-28 18:03:28 +0000 |
commit | ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d (patch) | |
tree | 476907f2cf934fdc4751893878c1d3f0fa3b64c3 /gcc/ada/init.c | |
parent | e2ae1407d3a0429fada6ff23f38ebf96bd62bd73 (diff) | |
download | gcc-ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d.zip gcc-ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d.tar.gz gcc-ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d.tar.bz2 |
decl.c, [...]: Fix comment typos.
* decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c,
sem_ch13.adb, sysdep.c, targtyps.c, tb-alvxw.c, tracebak.c,
trans.c, utils.c: Fix comment typos. Follow spelling
conventions.
* gnat_rm.texi, gnat_ugn.texi, : Fix typos. Follow spelling
conventions.
From-SVN: r114171
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 11dc19d..5219637 100644 --- a/gcc/ada/init.c +++ b/gcc/ada/init.c @@ -1801,7 +1801,7 @@ __gnat_init_float (void) #endif /* Similarly for sparc64. Achieved by masking bits in the Trap Enable Mask - field of the Floating-point Status Register (see the Sparc Architecture + field of the Floating-point Status Register (see the SPARC Architecture Manual Version 9, p 48). */ #if defined (sparc64) |