diff options
author | Ben Elliston <bje@gnu.org> | 2007-02-22 04:25:43 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2007-02-22 04:25:43 +0000 |
commit | 990dce10cc82b1394ba02dfbf6800472197d0747 (patch) | |
tree | 02f6b2522751148bba696fbe1d3d4362208d5e02 | |
parent | fbadebae4e5d8a05ebfb96f037ec7a6d7b146be0 (diff) | |
download | cygnal-990dce10cc82b1394ba02dfbf6800472197d0747.tar.gz cygnal-990dce10cc82b1394ba02dfbf6800472197d0747.tar.bz2 cygnal-990dce10cc82b1394ba02dfbf6800472197d0747.zip |
Remove superfluous libgloss/ directory names from recent ChangeLog entries.
-rw-r--r-- | libgloss/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 9ae860df7..500ec4f1e 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,8 +1,8 @@ 2007-02-21 Patrick Mansfield <patmans@us.ibm.com> - * libgloss/spu/gettimeofday.c: New file which adds SPU gettimeofday. - * libgloss/spu/jsre.h: Remove time, add gettimeofday. - * libgloss/spu/Makefile.in: Ditto. + * spu/gettimeofday.c: New file which adds SPU gettimeofday. + * spu/jsre.h: Remove time, add gettimeofday. + * spu/Makefile.in: Ditto. 2007-02-21 Hans-Peter Nilsson <hp@axis.com> |