diff options
author | Alan Modra <amodra@gmail.com> | 2012-08-17 02:43:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-08-17 02:43:21 +0000 |
commit | a86852103bb20a87c714d338230b265c94fc5272 (patch) | |
tree | 522c035856ba765f8d7f89f0d06ff7afed3ba0bd /bfd/ChangeLog-2010 | |
parent | ed668b34df4ca6f8e8fbd4d5503e6b8e845833c2 (diff) | |
download | gdb-a86852103bb20a87c714d338230b265c94fc5272.zip gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.gz gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.bz2 |
typo fixes
Diffstat (limited to 'bfd/ChangeLog-2010')
-rw-r--r-- | bfd/ChangeLog-2010 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ChangeLog-2010 b/bfd/ChangeLog-2010 index c486f58..e9c7778 100644 --- a/bfd/ChangeLog-2010 +++ b/bfd/ChangeLog-2010 @@ -1173,11 +1173,11 @@ * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Write the LWPID to elf_tdata's core_lwpid instead of to core_pid. - (elf64_x86_64_grok_psinfo): Extract the the main process's PID, + (elf64_x86_64_grok_psinfo): Extract the main process's PID, and store it in elf_tdata's core_pid field. * elf32-i386.c (elf_i386_grok_prstatus): Write the LWPID to elf_tdata's core_lwpid instead of to core_pid. - (elf_i386_grok_psinfo): Extract the the main process's PID, and + (elf_i386_grok_psinfo): Extract the main process's PID, and store it in elf_tdata's core_pid field. * elf32-am33lin.c (elf32_am33lin_grok_prstatus): Write the LWPID |