diff options
author | Fernando Nasser <fnasser@redhat.com> | 2000-09-12 20:07:54 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 2000-09-12 20:07:54 +0000 |
commit | 44ac2dc5c3001eb823b6997eab15c487ffd9bfe9 (patch) | |
tree | 287149126d4a07643c789ebf62ca3133ddff2040 /gdb/remote-rdi.c | |
parent | a8233d4055dc12da8b26babcca6f639a4d46c33c (diff) | |
download | gdb-44ac2dc5c3001eb823b6997eab15c487ffd9bfe9.tar.gz |
2000-09-12 Fernando Nasser <fnasser@cygnus.com>
* remote-rdi.c (arm_rdi_open): Fix typo in error message.
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r-- | gdb/remote-rdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c index ca95498b628..a7414aa78cc 100644 --- a/gdb/remote-rdi.c +++ b/gdb/remote-rdi.c @@ -263,7 +263,7 @@ device is attached to the remote system (e.g. /dev/ttya)."); { printf_filtered ("RDI_open: %s\n", rdi_error_message (rslt)); Adp_CloseDevice (); - error ("RID_open failed\n"); + error ("RDI_open failed\n"); } rslt = angel_RDI_info (RDIInfo_Target, &arg1, &arg2); |