]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vbase1.C: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 1 Jul 2003 12:01:44 +0000 (12:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 1 Jul 2003 12:01:44 +0000 (12:01 +0000)
* g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
* g++.old-deja/g++.abi/vtable3.h: Likewise.
* g++.old-deja/g++.law/code-gen5.C: Likewise.
* g++.old-deja/g++.other/union2.C: Likewise.
* gcc.dg/c90-const-expr-2.c: Likewise.
* gcc.dg/c90-const-expr-3.c: Likewise.
* gcc.dg/c99-const-expr-2.c: Likewise.
* gcc.dg/c99-const-expr-3.c: Likewise.
* gcc.dg/concat.c: Likewise.

From-SVN: r68769

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.abi/vbase1.C
gcc/testsuite/g++.old-deja/g++.abi/vtable3.h
gcc/testsuite/g++.old-deja/g++.law/code-gen5.C
gcc/testsuite/g++.old-deja/g++.other/union2.C
gcc/testsuite/gcc.dg/c90-const-expr-2.c
gcc/testsuite/gcc.dg/c90-const-expr-3.c
gcc/testsuite/gcc.dg/c99-const-expr-2.c
gcc/testsuite/gcc.dg/c99-const-expr-3.c
gcc/testsuite/gcc.dg/concat.c

index cf664e4dd955f238aa4078ae4b2415f2b9873a3b..271f4617730d32c43c0b52277d538baa8414c09c 100644 (file)
@@ -1,3 +1,15 @@
+2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
+       * g++.old-deja/g++.abi/vtable3.h: Likewise.
+       * g++.old-deja/g++.law/code-gen5.C: Likewise.
+       * g++.old-deja/g++.other/union2.C: Likewise.
+       * gcc.dg/c90-const-expr-2.c: Likewise.
+       * gcc.dg/c90-const-expr-3.c: Likewise.
+       * gcc.dg/c99-const-expr-2.c: Likewise.
+       * gcc.dg/c99-const-expr-3.c: Likewise.
+       * gcc.dg/concat.c: Likewise.
+
 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/9559
index 8713394626c0d9923cd83c2efc9022205ac914c3..680bec7378a3d89ab31567c00f4213767370937b 100644 (file)
@@ -2,7 +2,7 @@
 // Copyright (C) 2000 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 16 Jan 2001 <nathan@codesourcery.com>
 
-// Bug 1611. Under the new ABI, the vtable can be clobered during dtoring our
+// Bug 1611. Under the new ABI, the vtable can be clobbered during dtoring our
 // primary vbase. We mustn't use the vtable after that to locate our vbases.
 
 #if defined (__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100
index 4327b5f5ac4655520cde17477e79b2f1b299529e..ef02456f20bed93ebbc3ad8076a74caaf0fd4ddc 100644 (file)
@@ -2,7 +2,7 @@
 // Contributed by Nathan Sidwell 4 February 2001 <nathan@codesourcery.com>
 
 // Check constructor vtables work. This is included from numerous test
-// files, which set the #defines necessary to specify the heirarchy.
+// files, which set the #defines necessary to specify the hierarchy.
 
 #include <typeinfo>
 #include <stdio.h>
index d3a8d2b209f44784c57fa4459b5cc23563ef3d46..9ac3060173bf6c148fe138982c060a1a264f60be 100644 (file)
@@ -34,7 +34,7 @@ class VectorInt
 
        VectorInt *refer();
        void unrefer();
-       int count;                              /* Number of Vector's refering to me */
+       int count;                              /* Number of Vector's referring to me */
 
        VEC *vec;
 
index cfa9896a6896222cdaf23abb1b93da193b3078e7..5c2d7dcac7236599359b7c7621b7f7258a34b2bb 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run  }
-// Bug: g++ crashed on empty intializers for unions.
+// Bug: g++ crashed on empty initializers for unions.
 // Bug: gcc and g++ didn't zero unions with empty initializers.
 // Submitted by J"orn Rennecke <amylaar@cygnus.co.uk>
 
index e69e367dadf56b2f733713ff3e54c9a854c3feaa..746093bebcf130bbe29e39284dcc5274f985d9b7 100644 (file)
@@ -19,7 +19,7 @@ long *c;
 */
 #define ASSERT_NPC(n)  (b = *(1 ? a : (n)))
 /* Assertion that n is not a null pointer constant: so the conditional
-   expresions has type 'void *' instead of 'int *'.
+   expressions has type 'void *' instead of 'int *'.
 */
 #define ASSERT_NOT_NPC(n)      (c = (1 ? a : (n)))
 
index 4a0eb105ef503253a40c82feddeede20a176f617..84c662c62a7f83e1da2d43a0549d354d72cec02c 100644 (file)
@@ -17,7 +17,7 @@ long *c;
 */
 #define ASSERT_NPC(n)  (b = *(1 ? a : (n)))
 /* Assertion that n is not a constant zero: so the conditional
-   expresions has type 'void *' instead of 'int *'.
+   expressions has type 'void *' instead of 'int *'.
 */
 #define ASSERT_NOT_NPC(n)      (c = (1 ? a : (void *)(__SIZE_TYPE__)(n)))
 
index 00606b6054e86a48a6fa1c4beffb484484e3f5fa..c9f8e0ffbc8c424b469838f8c4fec9f941f50291 100644 (file)
@@ -19,7 +19,7 @@ long *c;
 */
 #define ASSERT_NPC(n)  (b = *(1 ? a : (n)))
 /* Assertion that n is not a null pointer constant: so the conditional
-   expresions has type 'void *' instead of 'int *'.
+   expressions has type 'void *' instead of 'int *'.
 */
 #define ASSERT_NOT_NPC(n)      (c = (1 ? a : (n)))
 
index 096825eb8f5785757aaa9cebb99b2b1553ddeb04..f230603332be3256fc0be6c26d08d12dc1e0c8ed 100644 (file)
@@ -17,7 +17,7 @@ long *c;
 */
 #define ASSERT_NPC(n)  (b = *(1 ? a : (n)))
 /* Assertion that n is not a constant zero: so the conditional
-   expresions has type 'void *' instead of 'int *'.
+   expressions has type 'void *' instead of 'int *'.
 */
 #define ASSERT_NOT_NPC(n)      (c = (1 ? a : (void *)(__SIZE_TYPE__)(n)))
 
index 4f4f8d7b08b642a2ecbd986afeee1ebbd80ef291..0a77b99bb1f6b9d7d2072be8cc9bd0b0538b87e1 100644 (file)
@@ -2,7 +2,7 @@
 
 /* { dg-do compile } */
 
-/* Test we output a warning for concatenation of artifical strings.
+/* Test we output a warning for concatenation of artificial strings.
 
    Neil Booth, 10 Dec 2001.  */