aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1995-02-06 22:09:35 +0000
committerRob Savoye <rob@cygnus>1995-02-06 22:09:35 +0000
commitcf0c2bc1efe06a8523bce40f3d3b254f4916b794 (patch)
tree2f74f1111cd0cdc820850550b797b3f77ba470e1
parent046970407bd6668940d3c88e8f00e9610cb2a76e (diff)
downloadgdb-cf0c2bc1efe06a8523bce40f3d3b254f4916b794.zip
gdb-cf0c2bc1efe06a8523bce40f3d3b254f4916b794.tar.gz
gdb-cf0c2bc1efe06a8523bce40f3d3b254f4916b794.tar.bz2
Fix string signifing the right target name.
-rw-r--r--gdb/rom68k-rom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rom68k-rom.c b/gdb/rom68k-rom.c
index a71afea..0bd64a2 100644
--- a/gdb/rom68k-rom.c
+++ b/gdb/rom68k-rom.c
@@ -61,7 +61,7 @@ static char *rom68k_regnames[] = {
struct target_ops rom68k_ops = {
"rom68k",
- "WinBond's debug monitor for the Rom68k Eval board",
+ "Rom68k debug monitor for the IDP Eval board",
"Debug on a Motorola IDP eval board running the ROM68K monitor.\n\
Specify the serial device it is connected to (e.g. /dev/ttya).",
rom68k_open,