Fix spelling typo in comment
authorNick Clifton <nickc@redhat.com>
Thu, 14 Jul 2005 07:48:28 +0000 (07:48 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 14 Jul 2005 07:48:28 +0000 (07:48 +0000)
bfd/coff-alpha.c

index 19aeb961394e5536e19ffbadaa84bba3625e6a22..d9b890502d3f83989db85386f306a4dd337bacde 100644 (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
-     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));
This page took 0.035067 seconds and 4 git commands to generate.