]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix a typo.
authorJakub Jelinek <jakub@gcc.gnu.org>
Fri, 31 Jan 2014 12:52:39 +0000 (13:52 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 31 Jan 2014 12:52:39 +0000 (13:52 +0100)
From-SVN: r207339

gcc/ifcvt.c

index e4b3e8dade95948ae240f9c559734ce1fab405d0..79aa2f3092eea0f67d92499f6d3d760f2ec71aa7 100644 (file)
@@ -338,7 +338,7 @@ cond_exec_process_insns (ce_if_block *ce_info ATTRIBUTE_UNUSED,
 
       gcc_assert (NONJUMP_INSN_P (insn) || CALL_P (insn));
 
-      /* dwarf2out can't coope with conditional unwind info.  */
+      /* dwarf2out can't cope with conditional unwind info.  */
       if (RTX_FRAME_RELATED_P (insn))
        return FALSE;