diff options
author | Pedro Alves <palves@redhat.com> | 2013-03-07 18:53:40 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-03-07 18:53:40 +0000 |
commit | c2d6a67509d73c74d24fe8d48a4607a50aef0d62 (patch) | |
tree | e007358117e97efb33a894c71581bc9d6fba2fd2 /gdb | |
parent | 20ced3e4887e055380433f1cb7f45cc411cba5eb (diff) | |
download | gdb-c2d6a67509d73c74d24fe8d48a4607a50aef0d62.zip gdb-c2d6a67509d73c74d24fe8d48a4607a50aef0d62.tar.gz gdb-c2d6a67509d73c74d24fe8d48a4607a50aef0d62.tar.bz2 |
Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 36e8af3..251b60d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,6 @@ 2013-03-07 Pedro Alves <palves@redhat.com> - * breakpoint.c.c (breakpoint_xfer_memory): Change type of local to + * breakpoint.c (breakpoint_xfer_memory): Change type of local to int. 2013-03-07 Pedro Alves <palves@redhat.com> |