* remote.c (init_extended_remote_ops): Fix typo.
authorPedro Alves <palves@redhat.com>
Sat, 17 May 2008 11:28:30 +0000 (11:28 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 17 May 2008 11:28:30 +0000 (11:28 +0000)
gdb/ChangeLog
gdb/remote.c

index 44e071c7e955fb77ae71fbf08ce816ca2bcce75e..c66872dbb7659ec984e91691b5c7fafb9b66ffcd 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (init_extended_remote_ops): Fix typo.
+
 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
 
        * NEWS: Mention new DICOS x86 target configuration.
index 230207f4117370220765dd99bbb605b9f5964201..429f30bd021152ed974b1e6c8f07a31c21af3afd 100644 (file)
@@ -7362,8 +7362,8 @@ init_extended_remote_ops (void)
     "Extended remote serial target in gdb-specific protocol";
   extended_remote_ops.to_doc =
     "Use a remote computer via a serial line, using a gdb-specific protocol.\n\
-Specify the serial device it is connected to (e.g. /dev/ttya).",
-    extended_remote_ops.to_open = extended_remote_open;
+Specify the serial device it is connected to (e.g. /dev/ttya).";
+  extended_remote_ops.to_open = extended_remote_open;
   extended_remote_ops.to_create_inferior = extended_remote_create_inferior;
   extended_remote_ops.to_mourn_inferior = extended_remote_mourn;
   extended_remote_ops.to_detach = extended_remote_detach;
This page took 0.048363 seconds and 4 git commands to generate.