diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/20020210-1.c | 2 | 
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ad2fb1d77fb..68a874e6e8c 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 981f91c58f8..369963b25bd 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" } */  | 

