diff options
author | Per Bothner <bothner@gcc.gnu.org> | 2006-06-01 09:37:27 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2006-06-01 09:37:27 -0700 |
commit | 0977c9ab42c34b1cdfea763e5d5f65c7aee2560c (patch) | |
tree | 3d747fea7c4ef692a5be830d6bfdebc5f0723f35 | |
parent | 112598f4055927b05300a829cb676c902038e44f (diff) | |
download | gcc-0977c9ab42c34b1cdfea763e5d5f65c7aee2560c.zip gcc-0977c9ab42c34b1cdfea763e5d5f65c7aee2560c.tar.gz gcc-0977c9ab42c34b1cdfea763e5d5f65c7aee2560c.tar.bz2 |
Fix typo in old ChangeLog entry.
From-SVN: r114312
-rw-r--r-- | gcc/ChangeLog | 2 |
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> |