diff options
author | Pedro Alves <palves@redhat.com> | 2017-01-31 17:56:36 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-01-31 23:34:59 +0000 |
commit | 29b0b2512ff436c46a77db39317ff50c4bc93601 (patch) | |
tree | 440e51915a9fef2b348cea7c967b6727cd79bfc8 /gdb/ChangeLog | |
parent | 289b5b2421ca79324b7374492ea652aceb869a1d (diff) | |
download | gdb-29b0b2512ff436c46a77db39317ff50c4bc93601.zip gdb-29b0b2512ff436c46a77db39317ff50c4bc93601.tar.gz gdb-29b0b2512ff436c46a77db39317ff50c4bc93601.tar.bz2 |
gdb/mi/mi-interp.c: Fix typos
gdb/ChangeLog:
2017-01-31 Pedro Alves <palves@redhat.com>
* mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
Fix typos.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e3d3560..91cde2b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2017-01-31 Pedro Alves <palves@redhat.com> + * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified): + Fix typos. + +2017-01-31 Pedro Alves <palves@redhat.com> + * stack.c (print_frame_args): Remove local mem_fileopen stream, not used. |