diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-15 18:24:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-15 18:24:08 +0000 |
commit | 05713b80e0c6d1506ee9cbf34544435bf709b124 (patch) | |
tree | 3fc1aaee5ec57f24ab893bd8ac6afa6ae3dbb448 /gcc/langhooks.h | |
parent | 3baab4840ec4c3b7af66cb4e69555e9bfd1cc934 (diff) | |
download | gcc-05713b80e0c6d1506ee9cbf34544435bf709b124.zip gcc-05713b80e0c6d1506ee9cbf34544435bf709b124.tar.gz gcc-05713b80e0c6d1506ee9cbf34544435bf709b124.tar.bz2 |
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.3: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* FSFChangeLog.11: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-format.c: Likewise.
* c-opts.c: Likewise.
* cpplib.c: Likewise.
* langhooks.h: Likewise.
* real.c: Likewise.
* reg-stack.c: Likewise.
* toplev.c: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/arm.md: Likewise.
* config/arm/linux-gas.h: Likewise.
* config/arm/netbsd.h: Likewise.
* config/c4x/c4x.c: Likewise.
* config/c4x/c4x.h: Likewise.
* config/c4x/c4x.md: Likewise.
* config/c4x/libgcc.S: Likewise.
* config/fr30/fr30.md: Likewise.
* config/frv/frv.md: Likewise.
* config/ia64/ia64.md: Likewise.
* config/mips/mips.h: Likewise.
* config/mn10300/mn10300.c: Likewise.
* config/stormy16/stormy16.c: Likewise.
* config/v850/v850.md: Likewise.
* doc/extend.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
From-SVN: r57166
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 34c300d..993d970 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -186,7 +186,7 @@ struct lang_hooks /* Function called with an option vector as argument, to decode a single option (typically starting with -f or -W or +). It should return the number of command-line arguments it uses if it handles - the option, or 0 and not complain if it does not recognise the + the option, or 0 and not complain if it does not recognize the option. If this function returns a negative number, then its absolute value is the number of command-line arguments used, but, in addition, no language-independent option processing should be |