]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2012-03-26 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Mon, 26 Mar 2012 12:39:19 +0000 (12:39 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 26 Mar 2012 12:39:19 +0000 (12:39 +0000)
* linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.

gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c

index d585afbf44376636d965a0913ce5b73560575810..1069b5d9c0882fe5bec77a5a143cdfcac898762a 100644 (file)
@@ -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
index 71cde01d43a03abf6b35bde968d5c860dce4c9b9..8becf78cceac2095c7b01dacea0dbb196debb470 100644 (file)
@@ -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,