diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-26 12:39:19 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-26 12:39:19 +0000 |
commit | fb723180bd90c1cd463331305007ef5ed953e9fc (patch) | |
tree | 0f9693cf2e26791e7f4ab0f64648f3fe3c046290 /gdb/gdbserver | |
parent | a35a332283963d66a7ff272ace86cf49c50119e1 (diff) | |
download | gdb-fb723180bd90c1cd463331305007ef5ed953e9fc.zip gdb-fb723180bd90c1cd463331305007ef5ed953e9fc.tar.gz gdb-fb723180bd90c1cd463331305007ef5ed953e9fc.tar.bz2 |
2012-03-26 Pedro Alves <palves@redhat.com>
* linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbserver/linux-low.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index d585afb..1069b5d 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2012-03-26 Pedro Alves <palves@redhat.com> + + * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment. + 2012-03-23 Pedro Alves <palves@redhat.com> * linux-low.c (linux_qxfer_libraries_svr4): Terminate the diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index 71cde01..8becf78 100644 --- a/gdb/gdbserver/linux-low.c +++ b/gdb/gdbserver/linux-low.c @@ -5478,7 +5478,7 @@ struct link_map_offsets int l_prev_offset; }; -/* Construct qXfer:libraries:read reply. */ +/* Construct qXfer:libraries-svr4:read reply. */ static int linux_qxfer_libraries_svr4 (const char *annex, unsigned char *readbuf, |