diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-30 10:53:31 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-30 10:53:31 +0000 |
commit | 4034c43cec7331d2d1ef78e0bd560ace35684769 (patch) | |
tree | f4a8cde4def020c6f13f9049140e74e2ea47f9a3 /gcc/profile.c | |
parent | 67199634594a5a4081c5bcd884519de22c99be86 (diff) | |
download | gcc-4034c43cec7331d2d1ef78e0bd560ace35684769.tar.gz |
/gcc
2009-12-30 Robert Millan <rmh.gcc@aybabtu.com>
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 <rmh.gcc@aybabtu.com>
PR other/42537
* classpath/java/rmi/activation/Activatable.java: Fix typos in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155518 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 104956188bc..ac460464697 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, |