diff options
author | David Anderson <davea@sgi.com> | 2000-10-23 22:49:29 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-10-23 22:49:29 +0000 |
commit | e26cc3490a00a58329c61e33afd8e682e449b475 (patch) | |
tree | cce09976de237e6ae6114168cd4e6414b94f5ebb /gdb/remote.c | |
parent | 59666b35a830eed6cf0871b0cdcc284d8afcc0ed (diff) | |
download | ppe42-binutils-e26cc3490a00a58329c61e33afd8e682e449b475.tar.gz ppe42-binutils-e26cc3490a00a58329c61e33afd8e682e449b475.zip |
Corrected spelling errors in comments
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index ef2f8b489d..61a730e164 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 |