diff options
author | Pedro Alves <palves@redhat.com> | 2008-05-17 11:28:30 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-05-17 11:28:30 +0000 |
commit | 39237dd1263a479e9fe1977d6de505eb119edf0f (patch) | |
tree | b2d3275fb00b003d17ef077dd4a022fdb27034b9 /gdb/remote.c | |
parent | 2ebf24b9396f9230bd4767ff8c30e1977ad74e17 (diff) | |
download | gdb-39237dd1263a479e9fe1977d6de505eb119edf0f.zip gdb-39237dd1263a479e9fe1977d6de505eb119edf0f.tar.gz gdb-39237dd1263a479e9fe1977d6de505eb119edf0f.tar.bz2 |
* remote.c (init_extended_remote_ops): Fix typo.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 230207f..429f30b 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -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; |