diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-01 05:28:01 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-01 05:28:01 +0000 |
commit | 5e947a9504d2a842fbb8e30f06dabd4865c6248e (patch) | |
tree | 639823f0b45b5a525e2e96e30ce0899ecb12b108 /gcc/ada/tracebak.c | |
parent | 4f0d472023c38917229ba7664c6b4c56416b131b (diff) | |
download | gcc-5e947a9504d2a842fbb8e30f06dabd4865c6248e.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97369 138bc75d-0d04-0410-961f-82ee72b054a4
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 1cd4a0f2588..b55f8510302 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. */ |