diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2009-04-24 09:47:20 -0700 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2009-04-24 09:47:20 -0700 |
commit | bda61b12c2309d715e418754a0912bb75b5f1323 (patch) | |
tree | be50a71c293f9464b233efcc59953a81148d413b | |
parent | 6a87e1d41dd684a7333b2bef7cb8e807a119e495 (diff) | |
download | gcc-bda61b12c2309d715e418754a0912bb75b5f1323.zip gcc-bda61b12c2309d715e418754a0912bb75b5f1323.tar.gz gcc-bda61b12c2309d715e418754a0912bb75b5f1323.tar.bz2 |
Correct filenames.
From-SVN: r146740
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 667e63a..a6cf609 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,7 +1,7 @@ 2009-04-22 Taras Glek <tglek@mozilla.com> - * include/hashtab.h: Update GTY annotations to new syntax. - * include/splay-tree.h: Likewise. + * hashtab.h: Update GTY annotations to new syntax. + * splay-tree.h: Likewise. 2009-03-17 Jason Merrill <jason@redhat.com> |