diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-09-06 02:05:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-09-06 02:05:07 +0000 |
commit | 57b51d4d635b49b94ace7d83ef0294f58dcb64f7 (patch) | |
tree | 5be91040457888b19bef16f6de412ce62f0c496c /gcc/doc/invoke.texi | |
parent | 7a7d74a971853f7186bec8d87ca8171c21243e3e (diff) | |
download | gcc-57b51d4d635b49b94ace7d83ef0294f58dcb64f7.zip gcc-57b51d4d635b49b94ace7d83ef0294f58dcb64f7.tar.gz gcc-57b51d4d635b49b94ace7d83ef0294f58dcb64f7.tar.bz2 |
gimplify.c, [...]: Fix comment typos.
* gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c,
config/vxworks.h, config/crx/crx.c, config/ms1/ms1.c,
config/ms1/ms1.md, config/rs6000/rs6000.c: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi: Follow spelling conventions.
From-SVN: r103925
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 7328e9a..d31523a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10608,7 +10608,7 @@ Use simulator runtime @item -mno-crt0 @opindex mno-crt0 Do not link in the C run-time initialization object file -@file{crti.o}. Other run-time initialisation and termination files +@file{crti.o}. Other run-time initialization and termination files such as @file{startup.o} and @file{exit.o} are still included on the linker command line. |