ChangeLog: Follow spelling conventions.
authorKazu Hirata <kazu@gcc.gnu.org>
Sun, 15 Sep 2002 17:55:36 +0000 (17:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 15 Sep 2002 17:55:36 +0000 (17:55 +0000)
* ChangeLog: Follow spelling conventions.
* ChangeLog.1: Likewise.

From-SVN: r57162

gcc/cp/ChangeLog
gcc/cp/ChangeLog.1

index b8051cc8eda7d0ef5a443517262bc3b4d8f5b310..21ab0c9d6684b52e9922523dd0cfaadcf1f72ad2 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ChangeLog: Follow spelling conventions.
+       * ChangeLog.1: Likewise.
+
 2002-09-14  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/7768
        (processing_these_inlines): Likewise.
        (token_obstack): Make static.
        (first_token): Likewise.
-       (init_spew): Don't initialise deleted things; use gengtype for roots.
+       (init_spew): Don't initialize deleted things; use gengtype for roots.
        (clear_inline_text_obstack): Delete.
        (feed_input): Use GC for struct feed.  Update for changes to
        struct unparsed_text.
@@ -4306,7 +4311,7 @@ Fri Sep 21 08:16:19 2001  J"orn Rennecke <amylaar@redhat.com>
 
 2001-07-23  Graham Stott  <grahams@redhat.com>
 
-       * cp/class.c (type_requires_array_cookie): Fix use of uninitialised
+       * cp/class.c (type_requires_array_cookie): Fix use of uninitialized
        variable has_two_argument_delete_p.
 
 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
@@ -7294,7 +7299,7 @@ Thu Nov 23 02:16:47 2000  J"orn Rennecke <amylaar@redhat.com>
 
 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * typeck2.c (incomplete_type_error): Reorganise to avoid
+       * typeck2.c (incomplete_type_error): Reorganize to avoid
        excessive diagnostics.
 
 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
index 1ce8bd38d6b1d237fb664d9898b08606ca1eb8c0..4b4afd315262e58f6b8f00e01496742ba577a116 100644 (file)
@@ -5729,7 +5729,7 @@ Tue May 17 13:34:46 1994  Jason Merrill  <jason@deneb.cygnus.com>
 Mon May 16 23:04:01 1994  Stephen R. van den Berg  <berg@pool.informatik.rwth-aachen.de>
 
        * cp/typeck.c (common_type): Attribute merging.
-       (comp_types): Utilise COMP_TYPE_ATTRIBUTES macro.
+       (comp_types): Utilize COMP_TYPE_ATTRIBUTES macro.
 
        * cp/parse.y: Revamp attribute parsing.