diff options
author | David Anderson <davea@sgi.com> | 2000-09-01 23:53:02 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-01 23:53:02 +0000 |
commit | 701f97654020d6993bd4a0a15749c6ae1bf86f2a (patch) | |
tree | 28b94b22657d2c84569a75523adec409784c8190 /gdb/event-top.c | |
parent | fd0e48ca12bd4cea6ca14c65932184421ef83cde (diff) | |
download | gdb-701f97654020d6993bd4a0a15749c6ae1bf86f2a.zip gdb-701f97654020d6993bd4a0a15749c6ae1bf86f2a.tar.gz gdb-701f97654020d6993bd4a0a15749c6ae1bf86f2a.tar.bz2 |
Corrected spelling in comments:
foe->for executin ->execution.
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r-- | gdb/event-top.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c index bc7e642..f37ff75 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -157,7 +157,7 @@ struct readline_input_state readline_input_state; -/* Wrapper function foe calling into the readline library. The event +/* Wrapper function for calling into the readline library. The event loop expects the callback function to have a paramter, while readline expects none. */ static void @@ -515,7 +515,7 @@ command_handler (char *command) execute_command (command, instream == stdin); /* Set things up for this function to be compete later, once the - executin has completed, if we are doing an execution command, + execution has completed, if we are doing an execution command, otherwise, just go ahead and finish. */ if (target_can_async_p () && target_executing) { |