aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>2006-06-01 09:37:27 -0700
committerPer Bothner <bothner@gcc.gnu.org>2006-06-01 09:37:27 -0700
commit0977c9ab42c34b1cdfea763e5d5f65c7aee2560c (patch)
tree3d747fea7c4ef692a5be830d6bfdebc5f0723f35
parent112598f4055927b05300a829cb676c902038e44f (diff)
downloadgcc-0977c9ab42c34b1cdfea763e5d5f65c7aee2560c.zip
gcc-0977c9ab42c34b1cdfea763e5d5f65c7aee2560c.tar.gz
gcc-0977c9ab42c34b1cdfea763e5d5f65c7aee2560c.tar.bz2
Fix typo in old ChangeLog entry.
From-SVN: r114312
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c02569e..d015989 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1057,7 +1057,7 @@
2006-05-15 Per Bothner <per@bothner.com>
- * tree.c: (last_annotated_node): Use sources_locus typedef.
+ * tree.c: (last_annotated_node): Use source_locus typedef.
This permits bootstrapping with --enable-mapped-location.
2006-05-15 Zdenek Dvorak <dvorakz@suse.cz>