This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 1/2] GDBserver: linux_qxfer_libraries_svr4, fix pasto in comment.
- From: Pedro Alves <palves at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 26 Mar 2012 13:30:57 +0100
- Subject: [PATCH 1/2] GDBserver: linux_qxfer_libraries_svr4, fix pasto in comment.
- References: <20120326123051.29808.88173.stgit@brno.lan>
2012-03-26 Pedro Alves <palves@redhat.com>
* linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
---
gdb/gdbserver/linux-low.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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,