diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-01 05:28:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-01 05:28:01 +0000 |
commit | 45f7cb601829cd50ac80677edf22d3c03e9b6327 (patch) | |
tree | 639823f0b45b5a525e2e96e30ce0899ecb12b108 /gcc/ada/tracebak.c | |
parent | 38b974a6cf4ea5e2ea107c63aa4c2b6d64a89894 (diff) | |
download | gcc-45f7cb601829cd50ac80677edf22d3c03e9b6327.zip gcc-45f7cb601829cd50ac80677edf22d3c03e9b6327.tar.gz gcc-45f7cb601829cd50ac80677edf22d3c03e9b6327.tar.bz2 |
adaint.c, [...]: Fix comment typos.
* adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment
typos.
From-SVN: r97369
Diffstat (limited to 'gcc/ada/tracebak.c')
-rw-r--r-- | gcc/ada/tracebak.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index 1cd4a0f..b55f851 100644 --- a/gcc/ada/tracebak.c +++ b/gcc/ada/tracebak.c @@ -344,7 +344,7 @@ struct layout libgcc, and the stage1 compiler is unlikely to be linked against a post 3.3 library. It actually disables the support for backtraces in this compiler for targets defining USE_GCC_UNWINDER, which is OK since we don't use the - traceback capablity in the compiler anyway. + traceback capability in the compiler anyway. The condition is expressed the way above because we cannot reliably rely on any other macro from the base compiler when compiling stage1. */ |