diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-29 19:38:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-29 19:38:34 +0000 |
commit | cc9795d4aa4340f121bd6a182ac610e73b91b0c2 (patch) | |
tree | 346c11fbeaa60e2d6a27520ff73355a3f0cdd1ce /gcc/cgraphunit.c | |
parent | cb275d32f7a80e46acd02ff1b1be6678e42dd292 (diff) | |
download | gcc-cc9795d4aa4340f121bd6a182ac610e73b91b0c2.tar.gz |
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
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |