From 95a52ebb0b0c0bff5c76795be09b5a856446c21f Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Sun, 21 May 2006 15:10:37 +0200 Subject: ACKed by Jan Hubicka in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25776#c9 PR middle-end/25776 * cgraphunit.c (verify_cgraph_node): Typo in error message. From-SVN: r113952 --- 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 44b3d4f..14e4dca 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -724,7 +724,7 @@ verify_cgraph_node (struct cgraph_node *node) } if (!node->callers && node->global.inlined_to) { - error ("inlined_to pointer is set but no predecesors found"); + error ("inlined_to pointer is set but no predecessors found"); error_found = true; } if (node->global.inlined_to == node) -- cgit v1.1