From: Nick Clifton Date: Thu, 14 Jul 2005 07:48:28 +0000 (+0000) Subject: Fix spelling typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfaaa3c28b9c0ada4c322c895e4cf1349abfd10d;p=binutils-gdb.git Fix spelling typo in comment --- diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c index 19aeb961394..d9b890502d3 100644 --- a/bfd/coff-alpha.c +++ b/bfd/coff-alpha.c @@ -610,7 +610,7 @@ alpha_ecoff_swap_reloc_out (abfd, intern, dst) } /* 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 ? */ BFD_ASSERT (intern->r_extern || (intern->r_symndx >= 0 && intern->r_symndx <= 15));