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/tracebak.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/tracebak.c')
-rw-r--r-- | gcc/ada/tracebak.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index 55fa44a..9c25d1e 100644 --- a/gcc/ada/tracebak.c +++ b/gcc/ada/tracebak.c @@ -35,7 +35,7 @@ It has been tested on the following configurations: PowerPC/AiX PowerPC/VxWorks - Sparc/Solaris + SPARC/Solaris i386/GNU/Linux i386/Solaris i386/NT @@ -187,7 +187,7 @@ extern void (*Unlock_Task) (void); o FETCH_UP_FRAME, to force an invocation of __builtin_frame_address with a positive argument right after a possibly forced call even if FRAME_LEVEL - is 0. See the Sparc Solaris case for an example where this is useful. + is 0. See the SPARC Solaris case for an example where this is useful. */ |