This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [patch] ieee.c & elf64-ia64.c: Fix comment typos.
- To: kazu at hxi dot com
- Subject: Re: [patch] ieee.c & elf64-ia64.c: Fix comment typos.
- From: Nick Clifton <nickc at cygnus dot com>
- Date: Mon, 7 Aug 2000 11:06:45 -0700
- CC: binutils at sources dot redhat dot com
Hi Kazu,
: Attached is a patch to fix comment typos: "we we". OK to commit?
: 2000-08-07 Kazu Hirata <kazu@hxi.com>
:
: * ieee.c: Fix a comment typo.
: * elf64-ia64.c: Likewise.
Approved.
Since you are fixing the comment in ieee.c, you might as well fix up
the grammar in it as well. In fact the comment itself is rather
poorly written, so may I suggest this alternative:
/* Gather together all the debug information from each input BFD
into one place, relocating it and emitting it as we go. */
Actually looking at the code for the function (ieee_write_debug_part)
I doubt if it actually works at all anyway. For example the boolean
variable 'some_debug' is never set to true anywhere. Still that is
not your problem :-)
Cheers
Nick