From 6c02e13986163b2cb9fb312ed2dd5d4cbcee65e7 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 31 Jan 2014 13:52:39 +0100 Subject: [PATCH] Fix a typo. From-SVN: r207339 --- gcc/ifcvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index e4b3e8dade9..79aa2f3092e 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -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; -- 2.30.2