summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog-2006
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-30 10:53:31 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-30 10:53:31 +0000
commit4034c43cec7331d2d1ef78e0bd560ace35684769 (patch)
treef4a8cde4def020c6f13f9049140e74e2ea47f9a3 /gcc/ChangeLog-2006
parent67199634594a5a4081c5bcd884519de22c99be86 (diff)
downloadgcc-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/ChangeLog-2006')
-rw-r--r--gcc/ChangeLog-20062
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>