aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/20020210-1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ad2fb1d..68a874e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
+
+ * gcc.dg/20020210-1.c: Fix a comment typo.
+
2002-12-02 Mark Mitchell <mark@codesourcery.com>
* g++.dg/template/varmod1.C: Fix typo.
diff --git a/gcc/testsuite/gcc.dg/20020210-1.c b/gcc/testsuite/gcc.dg/20020210-1.c
index 981f91c..369963b 100644
--- a/gcc/testsuite/gcc.dg/20020210-1.c
+++ b/gcc/testsuite/gcc.dg/20020210-1.c
@@ -1,4 +1,4 @@
-/* This used fail on H8/300 due to incorrect specification of pushi1. */
+/* This used to fail on H8/300 due to incorrect specification of pushi1. */
/* { dg-do run } */
/* { dg-options "-O2" } */