This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] ieee.c & elf64-ia64.c: Fix comment typos.


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]