aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
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/testsuite
parent8b60264b0d7878d24c17067464cafc1d5c9ab33e (diff)
downloadgcc-cc712abf045f954314de6c463816ecfbde58ba71.zip
gcc-cc712abf045f954314de6c463816ecfbde58ba71.tar.gz
gcc-cc712abf045f954314de6c463816ecfbde58ba71.tar.bz2
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/testsuite')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp2
-rw-r--r--gcc/testsuite/lib/file-format.exp2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f925c951..3fdd1e6 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
+ spelling errors of "separate" as "seperate".
+
2001-10-05 Alexandre Oliva <aoliva@redhat.com>
* gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp b/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp
index a586170..fa062fd 100644
--- a/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp
+++ b/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp
@@ -35,7 +35,7 @@ load_lib c-torture.exp
# This loop will run c-torture on any *.c file found in this directory.
# If a *.c has a corresponding *.exp file, then the test is skipped as
# as the *.exp will drive the test itself. It is done this way so that
-# generic tests do not need a seperate .exp for it. Only the tests that
+# generic tests do not need a separate .exp for it. Only the tests that
# require unique options need their own .exp file.
#
diff --git a/gcc/testsuite/lib/file-format.exp b/gcc/testsuite/lib/file-format.exp
index 69b96cb..a4168b6 100644
--- a/gcc/testsuite/lib/file-format.exp
+++ b/gcc/testsuite/lib/file-format.exp
@@ -19,7 +19,7 @@
# This file defines a proc for determining the file format in use by the
# target. This is useful for tests that are only supported by certain file
-# formats. This procedure is defined in a seperate file so that it can be
+# formats. This procedure is defined in a separate file so that it can be
# included by other expect library files.
proc gcc_target_object_format { } {