Fix spelling typo in comment

This commit is contained in:
Nick Clifton 2005-07-14 07:48:28 +00:00
parent 00f299ffbe
commit bfaaa3c28b

View file

@ -610,7 +610,7 @@ alpha_ecoff_swap_reloc_out (abfd, intern, dst)
} }
/* XXX FIXME: The maximum symndx value used to be 14 but this /* XXX FIXME: The maximum symndx value used to be 14 but this
fails with object files prodiced by DEC's C++ compiler. fails with object files produced by DEC's C++ compiler.
Where does the value 14 (or 15) come from anyway ? */ Where does the value 14 (or 15) come from anyway ? */
BFD_ASSERT (intern->r_extern BFD_ASSERT (intern->r_extern
|| (intern->r_symndx >= 0 && intern->r_symndx <= 15)); || (intern->r_symndx >= 0 && intern->r_symndx <= 15));