* gcc.dg/pr20017.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 23 Feb 2005 14:58:03 +0000 (14:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 23 Feb 2005 14:58:03 +0000 (14:58 +0000)
From-SVN: r95456

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr20017.c

index bf8b0469a85c9671fcc9cf322f6fbfa01a2c6e91..70a750a25cb7ea23ba6237177e87526fbd6076d3 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/pr20017.c: Fix a comment typo.
+
 2005-02-23  Bud Davis  <bdavis@gfortran.org>
 
        * gfortran.dg/list_read_4.f90: Change to f90 comments.
index ee425f553778cf6a93fb557948896cf6cb89a351..16bd72b315d00cb8b37577f287ab3935b2b44072 100644 (file)
@@ -1,6 +1,6 @@
 /* PR rtl-optimization/20017
 
-   After CSE/GCSE folds a switch statement to an unconditonal jump,
+   After CSE/GCSE folds a switch statement to an unconditional jump,
    cfg_cleanup did not remove a dead jump table, confusing the CFG
    layout code later on.  */