]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix a typo.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jan 2014 12:52:39 +0000 (12:52 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jan 2014 12:52:39 +0000 (12:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207339 138bc75d-0d04-0410-961f-82ee72b054a4

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;