From cc9795d4aa4340f121bd6a182ac610e73b91b0c2 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 29 May 2005 19:38:34 +0000 Subject: cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump messages. * cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c, opts.c, postreload-gcse.c, tree-browser.def, tree-eh.c, tree-ssa-copyrename.c, tree-vect-analyze.c: Fix typos and follow spelling conventions in error/dump messages. From-SVN: r100330 --- gcc/tree-vect-analyze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-vect-analyze.c') diff --git a/gcc/tree-vect-analyze.c b/gcc/tree-vect-analyze.c index 9e7918b..7128c49 100644 --- a/gcc/tree-vect-analyze.c +++ b/gcc/tree-vect-analyze.c @@ -2466,7 +2466,7 @@ vect_analyze_loop_form (struct loop *loop) if (!empty_block_p (loop->latch)) { if (vect_print_dump_info (REPORT_BAD_FORM_LOOPS, loop_loc)) - fprintf (vect_dump, "not vectorized: unexpectd loop form."); + fprintf (vect_dump, "not vectorized: unexpected loop form."); return NULL; } -- cgit v1.1