aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-03-26 12:39:19 +0000
committerPedro Alves <palves@redhat.com>2012-03-26 12:39:19 +0000
commitfb723180bd90c1cd463331305007ef5ed953e9fc (patch)
tree0f9693cf2e26791e7f4ab0f64648f3fe3c046290
parenta35a332283963d66a7ff272ace86cf49c50119e1 (diff)
downloadbinutils-fb723180bd90c1cd463331305007ef5ed953e9fc.zip
binutils-fb723180bd90c1cd463331305007ef5ed953e9fc.tar.gz
binutils-fb723180bd90c1cd463331305007ef5ed953e9fc.tar.bz2
2012-03-26 Pedro Alves <palves@redhat.com>
* linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/linux-low.c2
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,