summaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/ChangeLog.22
-rw-r--r--gcc/ada/5oosinte.adb4
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/c-decl.c2
-rw-r--r--gcc/config/i386/i386.md2
-rw-r--r--gcc/doc/gcc.texi2
-rw-r--r--gcc/gcc.c2
-rw-r--r--gcc/genmultilib4
-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
-rw-r--r--gcc/toplev.c2
13 files changed, 27 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 69b837b0cd3..f7804a2a0bc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * 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.
+
2001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.
diff --git a/gcc/ChangeLog.2 b/gcc/ChangeLog.2
index b3b266b2081..af7a9f79bae 100644
--- a/gcc/ChangeLog.2
+++ b/gcc/ChangeLog.2
@@ -3491,7 +3491,7 @@ Sun Oct 31 20:42:17 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun Oct 31 13:32:15 CET 1999 Marc Lehmann <pcg@goof.com>
- * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
+ * toplev.c (rest_of_compilation): Separate the setjmp/vfork clobber
warning from -Wuninitialized and put it under -W.
* function.c (uninitialized_vars_warning): Warn only when the
corresponding flag is set.
diff --git a/gcc/ada/5oosinte.adb b/gcc/ada/5oosinte.adb
index b5686b31548..83bbeb31694 100644
--- a/gcc/ada/5oosinte.adb
+++ b/gcc/ada/5oosinte.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.11 $
+-- $Revision: 1.1 $
-- --
-- Copyright (C) 1991-2000 Florida State University --
-- --
@@ -62,7 +62,7 @@ package body System.OS_Interface is
-- So we use the standard Ada Duration type which is implemented using
-- microseconds.
- -- Shouldn't the timer be moved to a seperate package ???
+ -- Shouldn't the timer be moved to a separate package ???
type Timer is record
Handle : aliased HTIMER := NULLHANDLE;
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 404edebbb4a..67c09bf4b7a 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
+
2001-10-05 Geert Bosch (bosch@gnat.com)
* adaint.h: Small formatting fix.
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 10e4270aceb..e35969464de 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -5247,7 +5247,7 @@ parmlist_tags_warning ()
IDENTIFIER_POINTER (TREE_PURPOSE (elt)));
else
{
- /* For translation these need to be seperate warnings */
+ /* For translation these need to be separate warnings */
if (code == RECORD_TYPE)
warning ("anonymous struct declared inside parameter list");
else if (code == UNION_TYPE)
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index c2e05cb8d92..fa18782102f 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -840,7 +840,7 @@
;; it to the specialized integer (18 entry) and fp (36 entry) schedulers.
;;
;; The load/store queue unit is not attached to the schedulers but
-;; communicates with all the execution units seperately instead.
+;; communicates with all the execution units separately instead.
(define_attr "athlon_decode" "direct,vector"
(cond [(eq_attr "type" "call,imul,idiv,other,multi,fcmov,fpspc,str,pop,cld,fcmov")
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi
index 4efcb7abe89..853e77539c4 100644
--- a/gcc/doc/gcc.texi
+++ b/gcc/doc/gcc.texi
@@ -3244,7 +3244,7 @@ There are also header files @file{tree.h} and @file{tree.def}
which define the format of the tree representation.
C preprocessing, for language front ends, that want or require it, is
-performed by cpplib, which is covered in seperate documentation. In
+performed by cpplib, which is covered in separate documentation. In
particular, the internals are covered in @xref{Top, ,Cpplib internals,
cppinternals, Cpplib Internals}.
diff --git a/gcc/gcc.c b/gcc/gcc.c
index b740218ca2a..321ec1d0b21 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3445,7 +3445,7 @@ process_command (argc, argv)
len = strlen (value);
/* Catch the case where the user has forgotten to append a
- directory seperator to the path. Note, they may be using
+ directory separator to the path. Note, they may be using
-B to add an executable name prefix, eg "i386-elf-", in
order to distinguish between multiple installations of
GCC in the same directory. Hence we must check to see
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.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f925c951ffd..3fdd1e67ada 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 a586170a48a..fa062fd693a 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 69b96cb69ea..a4168b6d614 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 { } {
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 373c6f9995c..1b3487e9010 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -2728,7 +2728,7 @@ rest_of_compilation (decl)
DECL_DEFER_OUTPUT (decl) = 1;
if (DECL_INLINE (decl))
- /* DWARF wants seperate debugging info for abstract and
+ /* DWARF wants separate debugging info for abstract and
concrete instances of all inline functions, including those
declared inline but not inlined, and those inlined even
though they weren't declared inline. Conveniently, that's