summaryrefslogtreecommitdiff
path: root/gcc/genmultilib
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-10-07 19:02:46 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-07 19:02:46 +0100
commitcc712abf045f954314de6c463816ecfbde58ba71 (patch)
tree7b81b50de81c4c6d563b250ac84aaa92bc4cf21c /gcc/genmultilib
parent8b60264b0d7878d24c17067464cafc1d5c9ab33e (diff)
downloadgcc-cc712abf045f954314de6c463816ecfbde58ba71.tar.gz
acinclude.m4: Fix spelling error of "separate" as "seperate".
config: * acinclude.m4: Fix spelling error of "separate" as "seperate". gcc: * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c, genmultilib, toplev.c: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. gcc/ada: * 5oosinte.adb: Fix spelling error of "separate" as "seperate". gcc/testsuite: * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix spelling errors of "separate" as "seperate". libffi: * src/x86/ffi.c: Fix spelling error of "separate" as "seperate". libjava: * defineclass.cc, java/awt/image/ColorModel.java, java/awt/image/SampleModel.java, java/lang/Package.java, java/security/cert/X509Extension.java: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. libstdc++-v3: * docs/html/22_locale/locale.html, docs/html/faq/index.html: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. * docs/html/faq/index.txt: Regenerate. From-SVN: r46063
Diffstat (limited to 'gcc/genmultilib')
-rw-r--r--gcc/genmultilib4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genmultilib b/gcc/genmultilib
index d02bb9223b7..3cbfaa1ebab 100644
--- a/gcc/genmultilib
+++ b/gcc/genmultilib
@@ -57,8 +57,8 @@
# the compiler similar to exceptions. The difference being that exclusions
# allow matching default options that genmultilib does not know about and
# is done at runtime as opposed to being sorted out at compile time.
-# Each element in the list is a seperate exclusion rule. Each rule is
-# a list of options (sans preceding '-') seperated by a '/'. The options
+# Each element in the list is a separate exclusion rule. Each rule is
+# a list of options (sans preceding '-') separated by a '/'. The options
# on the rule are grouped as an AND operation, and all options much match
# for the rule to exclude a set. Options can be preceded with a '!' to
# match a logical NOT.