diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-12-15 03:00:38 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-12-15 03:00:38 +0000 |
commit | e7b044d6832e9668fc46fa7b304f2d4bce6ab8d4 (patch) | |
tree | 9388094c46f79241ce958f9b61caf1238b33c3c1 /gdb/tui | |
parent | 46c6187fb55e45c2f3c5073c5472cd81f08251c0 (diff) | |
download | gdb-e7b044d6832e9668fc46fa7b304f2d4bce6ab8d4.zip gdb-e7b044d6832e9668fc46fa7b304f2d4bce6ab8d4.tar.gz gdb-e7b044d6832e9668fc46fa7b304f2d4bce6ab8d4.tar.bz2 |
Removed (tui and mi) directory prefixes from ChangeLog comments that I
added in last commit.
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index dc1bd0e..90264be7 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,7 +1,7 @@ 2000-12-14 Kevin Buettner <kevinb@redhat.com> - * tui/tui-file.c, tui/tui.c, tui/tuiData.c, tui/tuiLayout.c: - Replace occurrences of free() with xfree(). + * tui-file.c, tui.c, tuiData.c, tuiLayout.c: Replace occurrences + of free() with xfree(). 2000-06-22 Kevin Buettner <kevinb@redhat.com> |