* gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
authorHans-Peter Nilsson <hp@axis.com>
Tue, 18 Jun 2002 15:35:36 +0000 (15:35 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Tue, 18 Jun 2002 15:35:36 +0000 (15:35 +0000)
From-SVN: r54741

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20020615-1.c

index 3ba01550a06564616872a5ba8aabcfac05c16e1f..12023e0b4303175ef43556b56024a41147fe3ba5 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
+       
 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
 
         * gcc.c-torture/execute/simd-1.c: New.
index 058ee8def9c639360751de252bd751390d53d176..3dabfdc9f3c054fd584cae5ccd3240edf248bb2e 100644 (file)
@@ -1,6 +1,6 @@
 /* PR target/7042.  When reorg.c changed branches into return insns, it
    completely forgot about any current_function_epilogue_delay_list and
-   drops those insns.  Uncovered on cris-axis-elf, where an insn in an
+   dropped those insns.  Uncovered on cris-axis-elf, where an insn in an
    epilogue delay-slot set the return-value register with the test-case
    below.  Derived from ghostscript-6.52 (GPL) by hp@axis.com.  */