From: Per Bothner Date: Thu, 1 Jun 2006 16:37:27 +0000 (-0700) Subject: Fix typo in old ChangeLog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0977c9ab42c34b1cdfea763e5d5f65c7aee2560c;p=gcc.git Fix typo in old ChangeLog entry. From-SVN: r114312 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c02569ed92e..d01598972dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1057,7 +1057,7 @@ 2006-05-15 Per Bothner - * 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