From 9cb116cb55521c2e6cd77d6564d1c13f063c38ef Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 16 Apr 2007 07:03:33 -0700 Subject: [PATCH] Fix a typo in comments in revision 123866. From-SVN: r123871 --- gcc/config/i386/i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index ecc2e6b..0ca1712 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -17923,7 +17923,7 @@ ix86_expand_vec_set_builtin (tree exp) op1 = force_reg (mode1, op1); /* OP0 is the source of these builtin functions and shouldn't be - modifified. Create a copy, use it and return it as target. */ + modified. Create a copy, use it and return it as target. */ target = gen_reg_rtx (tmode); emit_move_insn (target, op0); ix86_expand_vector_set (true, target, op1, elt); -- 2.7.4