From 8404785839dfe5564634f0218bd78721c84b4b8a Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Wed, 30 Dec 2009 10:53:31 +0000 Subject: re PR other/42537 ([PATCH] misc spelling fixes) /gcc 2009-12-30 Robert Millan PR other/42537 * errors.c: Fix typo in comment. * graphite-sese-to-poly.c: Likewise. * profile.c (is_inconsistent): Fix typo in string. /libjava 2009-12-30 Robert Millan PR other/42537 * classpath/java/rmi/activation/Activatable.java: Fix typos in comment. From-SVN: r155518 --- gcc/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/profile.c') diff --git a/gcc/profile.c b/gcc/profile.c index 1049561..ac46046 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -343,7 +343,7 @@ is_inconsistent (void) { if (dump_file) { - fprintf (dump_file, "BB %i count does not match sum of incomming edges " + fprintf (dump_file, "BB %i count does not match sum of incoming edges " HOST_WIDEST_INT_PRINT_DEC" should be " HOST_WIDEST_INT_PRINT_DEC, bb->index, bb->count, -- cgit v1.1