* gcc.dg/cpp/avoidpaste1.c: Fix typos.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Mon, 29 Jan 2001 18:58:38 +0000 (18:58 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 29 Jan 2001 18:58:38 +0000 (18:58 +0000)
From-SVN: r39333

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/avoidpaste1.c

index 74015cffbfcbf7d0217977d9c0702b5f24cb18af..abf39f95de6a1c19b9df0a878e85a87b88608298 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+        * gcc.dg/cpp/avoidpaste1.c: Fix typos.
+
 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.c-torture/execute/20010129-1.c: New test.
index 54233e8a5237d3bf08c34f70e2c9bb260b3b380b..918b825cd8d1636731dacada5ed14c5f18690387 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.  */
+/* Copyright (C) 2001 Free Software Foundation, Inc.  */
 
 /* { dg-do preprocess } */
 
@@ -16,7 +16,7 @@
 :: : : : : :^:
 : : : .. . 0
 
-It relies on the fact that even preprocessing C we bother to separate
+It relies on the fact that even when preprocessing C we bother to separate
 the colons of C++'s :: operator.  If we confine this behaviour to C++
 in future, this test needs to change.  */