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/cgraphunit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cgraphunit.c') diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 81436aab2ff..67c3c22118d 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -610,7 +610,7 @@ verify_cgraph_node (struct cgraph_node *node) } if (node->global.inlined_to == node) { - error ("Inlined_to pointer reffers to itself"); + error ("Inlined_to pointer refers to itself"); error_found = true; } -- cgit v1.2.1