]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in comment
authorHans-Peter Nilsson <hp@gcc.gnu.org>
Tue, 18 Jun 2002 15:37:34 +0000 (15:37 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Tue, 18 Jun 2002 15:37:34 +0000 (15:37 +0000)
From-SVN: r54742

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

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.  */