Fix typo.

This commit is contained in:
Michael Snyder 2009-09-10 22:47:56 +00:00
parent 530288a6b6
commit 08c93ed9f4
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}