aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-10-23 22:49:29 +0000
committerDavid Anderson <davea@sgi.com>2000-10-23 22:49:29 +0000
commite26cc3490a00a58329c61e33afd8e682e449b475 (patch)
treecce09976de237e6ae6114168cd4e6414b94f5ebb /gdb/remote.c
parent59666b35a830eed6cf0871b0cdcc284d8afcc0ed (diff)
downloadgdb-e26cc3490a00a58329c61e33afd8e682e449b475.zip
gdb-e26cc3490a00a58329c61e33afd8e682e449b475.tar.gz
gdb-e26cc3490a00a58329c61e33afd8e682e449b475.tar.bz2
Corrected spelling errors in comments
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index ef2f8b4..61a730e 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -2192,7 +2192,7 @@ serial device is attached to the remote system\n\
/* FIXME: cagney/1999-09-23: During the initial connection it is
assumed that the target is already ready and able to respond to
- requests. Unfortunatly remote_start_remote() eventually calls
+ requests. Unfortunately remote_start_remote() eventually calls
wait_for_inferior() with no timeout. wait_forever_enabled_p gets
around this. Eventually a mechanism that allows
wait_for_inferior() to expect/get timeouts will be