diff options
author | Robert Millan <rmh.gcc@aybabtu.com> | 2009-12-30 10:53:31 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2009-12-30 10:53:31 +0000 |
commit | 8404785839dfe5564634f0218bd78721c84b4b8a (patch) | |
tree | f4a8cde4def020c6f13f9049140e74e2ea47f9a3 /gcc/ChangeLog-2006 | |
parent | 0ac3a9af09c7b4afc87bcafc032522bdd15a40f4 (diff) | |
download | gcc-8404785839dfe5564634f0218bd78721c84b4b8a.tar.gz |
re PR other/42537 ([PATCH] misc spelling fixes)
/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.
From-SVN: r155518
Diffstat (limited to 'gcc/ChangeLog-2006')
-rw-r--r-- | gcc/ChangeLog-2006 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog-2006 b/gcc/ChangeLog-2006 index b4045cd1d9c..1d661d0d70b 100644 --- a/gcc/ChangeLog-2006 +++ b/gcc/ChangeLog-2006 @@ -21081,7 +21081,7 @@ PR tree-opt/25315 PR tree-opt/25857 - * tree-ssa-pre.c (insert_extra_phis): If an incomming edge is abnormal + * tree-ssa-pre.c (insert_extra_phis): If an incoming edge is abnormal return from the function. 2006-01-22 Zack Weinberg <zackw@panix.com> |