diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2000-10-30 21:50:58 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2000-10-30 21:50:58 +0000 |
commit | 8e1a459b89eaace9fc44bf1734d1dfc4cd39a8f9 (patch) | |
tree | d6abbabbabf6e6226c8a2c005453ea48ae012f61 /gdb/sol-thread.c | |
parent | e8860ec2cfe96704af71f6572288562ea46d944b (diff) | |
download | ppe42-binutils-8e1a459b89eaace9fc44bf1734d1dfc4cd39a8f9.tar.gz ppe42-binutils-8e1a459b89eaace9fc44bf1734d1dfc4cd39a8f9.zip |
* 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/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index d78f8e609c..be51710ffe 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -217,7 +217,7 @@ td_err_string (td_err_e errcode) {TD_NOAPLIC, "Operation not applicable to"}, {TD_NOTSD, "No thread specific data for this thread"}, {TD_MALLOC, "Malloc failed"}, - {TD_PARTIALREG, "Only part of register set was writen/read"}, + {TD_PARTIALREG, "Only part of register set was written/read"}, {TD_NOXREGS, "X register set not available for given thread"} }; const int td_err_size = sizeof td_err_table / sizeof (struct string_map); |