summaryrefslogtreecommitdiff
path: root/gdb/event-loop.c
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-09-01 23:52:09 +0000
committerDavid Anderson <davea@sgi.com>2000-09-01 23:52:09 +0000
commit1b1cf8ff0815fb4c8cdbf50f23cca84710e8962c (patch)
treec22bf83152de4f53d6ddb98f7b3bd2968e014fb6 /gdb/event-loop.c
parent211b14c9bbecda7995cd73c548d485803668e168 (diff)
downloadgdb-1b1cf8ff0815fb4c8cdbf50f23cca84710e8962c.tar.gz
Corrected spelling errors in comments:
adn -> and, Is->Are, occures->occurs
Diffstat (limited to 'gdb/event-loop.c')
-rw-r--r--gdb/event-loop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/event-loop.c b/gdb/event-loop.c
index 21b606d48fe..f46fe4df379 100644
--- a/gdb/event-loop.c
+++ b/gdb/event-loop.c
@@ -96,7 +96,7 @@ typedef void (event_handler_func) (int);
ready. The procedure PROC associated with each event is always the
same (handle_file_event). Its duty is to invoke the handler
associated with the file descriptor whose state change generated
- the event, plus doing other cleanups adn such. */
+ the event, plus doing other cleanups and such. */
struct gdb_event
{
@@ -248,7 +248,7 @@ static struct
}
sighandler_list;
-/* Is any of the handlers ready? Check this variable using
+/* Are any of the handlers ready? Check this variable using
check_async_ready. This is used by process_event, to determine
whether or not to invoke the invoke_async_signal_handler
function. */
@@ -392,7 +392,7 @@ process_event (void)
wait for something to happen (via gdb_wait_for_event), then process
it. Returns >0 if something was done otherwise returns <0 (this
can happen if there are no event sources to wait for). If an error
- occures catch_errors() which calls this function returns zero. */
+ occurs catch_errors() which calls this function returns zero. */
static int
gdb_do_one_event (void *data)