* ChangeLog: Fix typos.

* ecoff.c: Fix comment typos.
	* ecofflink.c: Likewise.
	* format.c: Likewise.
	* hp300hpux.c: Likewise.
	* i386linux.c: Likewise.
	* ieee.c: Likewise.
	* m68klinux.c: Likewise.
	* mach-o.h: Likewise.
	* mipsbsd.c: Likewise.
	* oasys.c: Likewise.
	* opncls.c: Likewise.
	* peXXigen.c: Likewise.
	* reloc.c: Likewise.
	* reloc16.c: Likewise.
	* section.c: Likewise.
	* simple.c: Likewise.
	* som.c: Likewise.
	* som.h: Likewise.
	* sparclinux.c: Likewise.
	* srec.c: Likewise.
	* syms.c: Likewise.
	* targets.c: Likewise.
	* tekhex.c: Likewise.
	* versados.c: Likewise.
	* vms-gsd.c: Likewise.
	* vms-hdr.c: Likewise.
	* vms-misc.c: Likewise.
	* xcofflink.c: Likewise.
	* xsym.h: Likewise.
	* bfd-in2.h: Regenerate.
This commit is contained in:
Kazu Hirata
2003-11-30 18:40:41 +00:00
parent d7afdf9bce
commit 7dee875eb1
31 changed files with 74 additions and 74 deletions

View File

@@ -49,7 +49,7 @@ static asymbol *new_symbol PARAMS ((bfd *, char *));
...
9 almost everything
level is also identation level. Indentation is performed
level is also indentation level. Indentation is performed
if level > 0
*/
@@ -668,7 +668,7 @@ _bfd_vms_output_begin (abfd, rectype, rechead)
_bfd_vms_output_short (abfd, (unsigned int) rectype);
/* save current output position to fill in lenght later */
/* save current output position to fill in length later */
if (PRIV (push_level) > 0)
PRIV (length_pos) = PRIV (output_size);