diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-06 02:05:07 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-06 02:05:07 +0000 |
commit | c7756faddaaf6e352c4602a4f725364cc91dcdde (patch) | |
tree | 5be91040457888b19bef16f6de412ce62f0c496c /gcc/config/vxworks.h | |
parent | 6d60a24c5853ad29ff452c23684ed7a779c20ec9 (diff) | |
download | gcc-c7756faddaaf6e352c4602a4f725364cc91dcdde.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103925 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vxworks.h')
-rw-r--r-- | gcc/config/vxworks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h index 26445454b61..70345e24608 100644 --- a/gcc/config/vxworks.h +++ b/gcc/config/vxworks.h @@ -39,7 +39,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA %{!mrtp:-D_WRS_KERNEL=1 \ %{!nostdinc:-isystem " VXWORKS_TARGET_DIR "/h}}" -/* The references to __init and __fini will be satisified by +/* The references to __init and __fini will be satisfied by libc_internal.a. */ #undef VXWORKS_LIB_SPEC #define VXWORKS_LIB_SPEC \ |