diff options
author | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
commit | 7e73cedf75b6388ab7786d5c8bd06368f94ee69b (patch) | |
tree | 01cebc5754b17f6cc947f84b6d31dd0775da13ac /gdb/infrun.c | |
parent | bf1b588105487405c16b3688c687373490638ee0 (diff) | |
download | gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.zip gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.gz gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.bz2 |
Corrected spelling errors in comments.
gdbarch.{c,sh} removed a word from a comment.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index a753e5f..4ff0fad 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1108,7 +1108,7 @@ start_remote (void) /* Always go on waiting for the target, regardless of the mode. */ /* FIXME: cagney/1999-09-23: At present it isn't possible to - indicate th wait_for_inferior that a target should timeout if + indicate to wait_for_inferior that a target should timeout if nothing is returned (instead of just blocking). Because of this, targets expecting an immediate response need to, internally, set things up so that the target_wait() is forced to eventually |