aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-01-29 18:58:38 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-01-29 18:58:38 +0000
commit24274aab397e418cd19f81a793944b96e5de75c7 (patch)
tree92e8d2ba083130ad42ca4b101fdce6f320512375 /gcc
parent718b8ea51f0736646f9cf8a9d5eb4305a12e835e (diff)
downloadgcc-24274aab397e418cd19f81a793944b96e5de75c7.zip
gcc-24274aab397e418cd19f81a793944b96e5de75c7.tar.gz
gcc-24274aab397e418cd19f81a793944b96e5de75c7.tar.bz2
* gcc.dg/cpp/avoidpaste1.c: Fix typos.
From-SVN: r39333
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/cpp/avoidpaste1.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 74015cf..abf39f9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c b/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c
index 54233e8..918b825 100644
--- a/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c
+++ b/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c
@@ -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. */