diff options
author | J.T. Conklin <jtc@redback.com> | 2000-10-30 21:50:58 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@redback.com> | 2000-10-30 21:50:58 +0000 |
commit | 170ee8b04e8424e858b26d9869ef8489172fb126 (patch) | |
tree | 46bfa5dce45c7d8a1aef75d3c72724cedcc410b2 /gdb/ser-unix.c | |
parent | 81dfbb6eaf2af62968128cc2b011aa89b6d821df (diff) | |
download | gdb-170ee8b04e8424e858b26d9869ef8489172fb126.tar.gz |
* gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,
mips-tdep.c, monitor.c, regcache.c, remote-es.c, ser-unix.c,
somread.c, tracepoint.c: Fix spelling errors in comments.
* gdbarch.c: Regenerate.
* gnu-nat.c (S_exception_raise_request): Fix typos and spelling
errors in strings.
* m3-nat.c (intercept_exec_calls, mach_thread_parse_id): Likewise.
* mcore-tdep.c (mcore_analyze_prologue): Likewise.
* mips-tdep.c (mips16_next_pc, _initialize_mips_tdep): Likewise.
* remote-e7000.c (e7000_start_remote): Likewise.
* remote-rdp.c (handle_swi): Likewise.
* remote-vx.c (vx_load_command): Likewise.
* sh-tdep.c (sh_do_pseudo_register): Likewise.
* sol-thread.c (td_err_string): Likewise.
* symtab.c (decode_line_2): Likewise.
-------------------------------------------------------------------
Diffstat (limited to 'gdb/ser-unix.c')
-rw-r--r-- | gdb/ser-unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c index a6c7b045551..791c3fae3da 100644 --- a/gdb/ser-unix.c +++ b/gdb/ser-unix.c @@ -1277,7 +1277,7 @@ ser_unix_async (serial_t scb, if (SERIAL_DEBUG_P (scb)) fprintf_unfiltered (gdb_stdlog, "[fd%d->synchronous]\n", scb->fd); - /* De-schedule what ever tasks are currently scheduled. */ + /* De-schedule whatever tasks are currently scheduled. */ switch (scb->async_state) { case FD_SCHEDULED: |