diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-14 07:48:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-14 07:48:28 +0000 |
commit | bfaaa3c28b9c0ada4c322c895e4cf1349abfd10d (patch) | |
tree | 66035d3823b105cb8c1ad490fb4d4f0188e35a9c /bfd/coff-alpha.c | |
parent | 00f299ffbec4ffcd36b189042ef2a5e54db502e6 (diff) | |
download | gdb-bfaaa3c28b9c0ada4c322c895e4cf1349abfd10d.zip gdb-bfaaa3c28b9c0ada4c322c895e4cf1349abfd10d.tar.gz gdb-bfaaa3c28b9c0ada4c322c895e4cf1349abfd10d.tar.bz2 |
Fix spelling typo in comment
Diffstat (limited to 'bfd/coff-alpha.c')
-rw-r--r-- | bfd/coff-alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c index 19aeb96..d9b8905 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)); |