aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2009-09-10 22:47:56 +0000
committerMichael Snyder <msnyder@vmware.com>2009-09-10 22:47:56 +0000
commit08c93ed9f45fdf4ca48af6d1efe756359422b84f (patch)
tree46e31ea233a04d24b28a33704a9e436b6641ddfb /gdb
parent530288a6b696ea228913e10b7940cceec48448e0 (diff)
downloadgdb-08c93ed9f45fdf4ca48af6d1efe756359422b84f.zip
gdb-08c93ed9f45fdf4ca48af6d1efe756359422b84f.tar.gz
gdb-08c93ed9f45fdf4ca48af6d1efe756359422b84f.tar.bz2
Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 9fe88f6..f730a49 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -3832,7 +3832,7 @@ remote_resume (struct target_ops *ops,
error (_("Remote reverse-step not supported."));
if (!step
&& remote_protocol_packets[PACKET_bc].support == PACKET_DISABLE)
- error ("_(Remote reverse-continue not supported."));
+ error (_("Remote reverse-continue not supported."));
strcpy (buf, step ? "bs" : "bc");
}