summaryrefslogtreecommitdiff
path: root/bfd/coff-alpha.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-07-14 07:48:28 +0000
committerNick Clifton <nickc@redhat.com>2005-07-14 07:48:28 +0000
commit4e56e57015cf44b710e681a74ba071b9a5889480 (patch)
treefd08acd53687d319e08cbe755b9f3a075aba3186 /bfd/coff-alpha.c
parent65c1cf27e624c96970fcfdad8d541a8c60db99b0 (diff)
downloadbinutils-redhat-4e56e57015cf44b710e681a74ba071b9a5889480.tar.gz
Fix spelling typo in comment
Diffstat (limited to 'bfd/coff-alpha.c')
-rw-r--r--bfd/coff-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c
index 19aeb96139..d9b890502d 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));