From: Joseph Myers Date: Sun, 7 Oct 2001 18:02:46 +0000 (+0100) Subject: acinclude.m4: Fix spelling error of "separate" as "seperate". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc712abf045f954314de6c463816ecfbde58ba71;p=gcc.git 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 --- diff --git a/config/ChangeLog b/config/ChangeLog index 90e2bb306a1..2ea1a1f09be 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2001-10-07 Joseph S. Myers + + * acinclude.m4: Fix spelling error of "separate" as "seperate". + 2001-05-22 Jason Merrill * mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks. diff --git a/config/acinclude.m4 b/config/acinclude.m4 index 6187b5acdce..6669ac2c09a 100644 --- a/config/acinclude.m4 +++ b/config/acinclude.m4 @@ -1071,7 +1071,7 @@ AC_DEFUN(CYG_AC_PATH_TKH, [ # Note the gross little conversion here of srcdir by cd'ing to the found # directory. This converts the path from a relative to an absolute, so # recursive cache variables for the path will work right. We check all -# the possible paths in one loop rather than many seperate loops to speed +# the possible paths in one loop rather than many separate loops to speed # things up. # the alternative search directory is involked by --with-tkinclude # 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 + + * 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 * 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 Sun Oct 31 13:32:15 CET 1999 Marc Lehmann - * 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 + + * 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 + + * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix + spelling errors of "separate" as "seperate". + 2001-10-05 Alexandre Oliva * 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 diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 512b822455d..3d5c928c5b2 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,7 @@ +2001-10-07 Joseph S. Myers + + * src/x86/ffi.c: Fix spelling error of "separate" as "seperate". + 2001-07-16 Rainer Orth * src/x86/sysv.S: Avoid gas-only .balign directive. diff --git a/libffi/src/x86/ffi.c b/libffi/src/x86/ffi.c index 162d66fc84b..a6e73f711e3 100644 --- a/libffi/src/x86/ffi.c +++ b/libffi/src/x86/ffi.c @@ -426,7 +426,7 @@ ffi_prep_raw_closure (ffi_raw_closure* closure, FFI_ASSERT (cif->abi == FFI_SYSV); // we currently don't support certain kinds of arguments for raw - // closures. This should be implemented by a seperate assembly language + // closures. This should be implemented by a separate assembly language // routine, since it would require argument processing, something we // don't do now for performance. diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 985e84bbb00..cd9e847b443 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,11 @@ +2001-10-07 Joseph S. Myers + + * 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. + 2001-10-05 Tom Tromey * java/text/DecimalFormat.java (format): Use localized minus sign diff --git a/libjava/defineclass.cc b/libjava/defineclass.cc index 7ef51dc6e2b..e25b106b2d8 100644 --- a/libjava/defineclass.cc +++ b/libjava/defineclass.cc @@ -46,7 +46,7 @@ static _Jv_Utf8Const *clinit_name = _Jv_makeUtf8Const ("", 8); static _Jv_Utf8Const *init_name = _Jv_makeUtf8Const ("", 6); -// these go in some seperate functions, to avoid having _Jv_InitClass +// these go in some separate functions, to avoid having _Jv_InitClass // inserted all over the place. static void throw_internal_error (char *msg) __attribute__ ((__noreturn__)); diff --git a/libjava/java/awt/image/ColorModel.java b/libjava/java/awt/image/ColorModel.java index 51e0bbbe36b..8df1f3baee1 100644 --- a/libjava/java/awt/image/ColorModel.java +++ b/libjava/java/awt/image/ColorModel.java @@ -39,7 +39,7 @@ import gnu.gcj.awt.Buffers; *
  • arrays of unnormalized component samples of single pixel: these * samples are scaled and multiplied according to the color model, but * is otherwise not packed or encoded. Each element of the array is one - * seperate component sample. The color model only operate on the + * separate component sample. The color model only operate on the * components from one pixel at a time, but using offsets, allows * manipulation of arrays that contain the components of more than one * pixel.
  • @@ -337,7 +337,7 @@ public abstract class ColorModel implements Transparency * @return arrays of unnormalized component samples of single * pixel. The scale and multiplication state of the samples are * according to the color model. Each component sample is stored - * as a seperate element in the array. + * as a separate element in the array. */ public int[] getComponents(int pixel, int[] components, int offset) { // FIXME: implement @@ -358,7 +358,7 @@ public abstract class ColorModel implements Transparency * @return arrays of unnormalized component samples of single * pixel. The scale and multiplication state of the samples are * according to the color model. Each component sample is stored - * as a seperate element in the array. + * as a separate element in the array. */ public int[] getComponents(Object pixel, int[] components, int offset) { @@ -429,7 +429,7 @@ public abstract class ColorModel implements Transparency * @param arrays of unnormalized component samples of single * pixel. The scale and multiplication state of the samples are * according to the color model. Each component sample is stored - * as a seperate element in the array. + * as a separate element in the array. * * @return pixel value encoded according to the color model. */ diff --git a/libjava/java/awt/image/SampleModel.java b/libjava/java/awt/image/SampleModel.java index 9ce1ae63d31..132257c0e2e 100644 --- a/libjava/java/awt/image/SampleModel.java +++ b/libjava/java/awt/image/SampleModel.java @@ -80,7 +80,7 @@ public abstract class SampleModel * * This method is provided as a faster alternative to getPixel(), * that can be used when there is no need to decode the pixel into - * seperate sample values. + * separate sample values. * * @param obj An array to return the pixel data in. If null, an * array of the right type and size will be created. diff --git a/libjava/java/lang/Package.java b/libjava/java/lang/Package.java index 26bcb98b5c6..189d26e611b 100644 --- a/libjava/java/lang/Package.java +++ b/libjava/java/lang/Package.java @@ -44,7 +44,7 @@ import java.util.StringTokenizer; * specification as implemented by a package. A package is considered * compatible with another version if the version of the specification is * equal or higher then the requested version. Version numbers are represented - * as strings of positive numbers seperated by dots (e.g. "1.2.0"). + * as strings of positive numbers separated by dots (e.g. "1.2.0"). * The first number is called the major number, the second the minor, * the third the micro, etc. A version is considered higher then another * version if it has a bigger major number then the another version or when diff --git a/libjava/java/security/cert/X509Extension.java b/libjava/java/security/cert/X509Extension.java index 593d4a161da..a230d0c27cc 100644 --- a/libjava/java/security/cert/X509Extension.java +++ b/libjava/java/security/cert/X509Extension.java @@ -95,7 +95,7 @@ public interface X509Extension /** Returns the DER encoded OCTET string for the specified extension value identified by a OID. The OID is a string - of number seperated by periods. Ex: 12.23.45.67 + of number separated by periods. Ex: 12.23.45.67 */ public byte[] getExtensionValue(String oid); diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ae541c3b852..a9cd3fc3606 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2001-10-07 Joseph S. Myers + + * 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. + 2001-10-05 Phil Edwards * config/cpu/alpha/bits/atomicity.h (__compare_and_swap): Remove diff --git a/libstdc++-v3/docs/html/22_locale/locale.html b/libstdc++-v3/docs/html/22_locale/locale.html index 71ec4073589..859050f23fa 100644 --- a/libstdc++-v3/docs/html/22_locale/locale.html +++ b/libstdc++-v3/docs/html/22_locale/locale.html @@ -48,7 +48,7 @@ class facet Facets actually implement locale functionality. For instance, a facet called numpunct is the data objects that can be used to query for the -thousands seperator is in the German locale. +thousands separator is in the German locale. Literally, a facet is strictly defined: - containing diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index 31937e49724..8fb5a4b0e27 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -381,7 +381,7 @@ which is no longer available, thanks deja...-->

    Please read the configuration instructions for GCC, - specifically the part about configuring in a seperate build directory, + specifically the part about configuring in a separate build directory, and how strongly recommended it is. Building in the source directory is fragile, is rarely tested, and tends to break, as in this case. Work has already gone into the source tree to make this less painful diff --git a/libstdc++-v3/docs/html/faq/index.txt b/libstdc++-v3/docs/html/faq/index.txt index c3adedcf68b..66d15a2ce81 100644 --- a/libstdc++-v3/docs/html/faq/index.txt +++ b/libstdc++-v3/docs/html/faq/index.txt @@ -298,7 +298,7 @@ being found. Please read [61]the configuration instructions for GCC, specifically - the part about configuring in a seperate build directory, and how + the part about configuring in a separate build directory, and how strongly recommended it is. Building in the source directory is fragile, is rarely tested, and tends to break, as in this case. Work has already gone into the source tree to make this less painful for