diff mbox

[ifcvt,obvious] Fix typo in comment

Message ID 556EF79E.4050309@foss.arm.com
State New
Headers show

Commit Message

Kyrill Tkachov June 3, 2015, 12:48 p.m. UTC
Hi all,

Committed as obvious with r224075.

Cheers,
Kyrill

2015-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	* ifcvt (end_ifcvt_sequence): Fix typo in comment above.
diff mbox

Patch

diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c
index 986f28f..4e6c0d5 100644
--- a/gcc/ifcvt.c
+++ b/gcc/ifcvt.c
@@ -1043,7 +1043,7 @@  cc_in_cond (rtx cond)
 
 /* Return sequence of instructions generated by if conversion.  This
    function calls end_sequence() to end the current stream, ensures
-   that are instructions are unshared, recognizable non-jump insns.
+   that the instructions are unshared, recognizable non-jump insns.
    On failure, this function returns a NULL_RTX.  */
 
 static rtx_insn *