diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-03-25 17:04:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-03-25 17:04:45 +0000 |
commit | 666c27b9fad383fe8d0a15006fb77f31ad16d854 (patch) | |
tree | a07fa2ef52cb57e6407820f14274be6122b01dbe /gcc/doc/invoke.texi | |
parent | 43a21dfc46151a5f50f7372fda42b6eba36950c9 (diff) | |
download | gcc-666c27b9fad383fe8d0a15006fb77f31ad16d854.zip gcc-666c27b9fad383fe8d0a15006fb77f31ad16d854.tar.gz gcc-666c27b9fad383fe8d0a15006fb77f31ad16d854.tar.bz2 |
cfgrtl.c, [...]: Fix comment typos.
gcc/
* cfgrtl.c, dbxout.c, tree.def, config/darwin.h,
config/arm/arm.c, objc/objc-act.c: Fix comment typos.
* doc/invoke.texi: Fix a typo.
cp/
* cxx-pretty-print.c: Fix comment typos.
From-SVN: r79956
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index dcd72eb..d9ef797 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6653,7 +6653,7 @@ if the underlying ABI supports it. Specifying the larger number can produce faster, more efficient code, but can also increase the size of the program. Different values are potentially incompatible. Code compiled with one value cannot necessarily expect to -work with code or libraries compiled with annother value, if they exchange +work with code or libraries compiled with another value, if they exchange information using structures or unions. @item -mabort-on-noreturn |