Fix typo in comment.
authorThiemo Seufer <ths@networkno.de>
Fri, 3 Nov 2006 16:32:04 +0000 (16:32 +0000)
committerThiemo Seufer <ths@networkno.de>
Fri, 3 Nov 2006 16:32:04 +0000 (16:32 +0000)
gas/config/tc-mips.c

index ea294e9c149f0120d75938f3d28618a0783a816f..e9657c1bfe66b20f61a2b737db6e0eb5a35003fc 100644 (file)
@@ -11544,7 +11544,7 @@ md_pcrel_from (fixS *fixP)
       /* Return the address of the delay slot.  */
       return addr + 4;
     default:
-      /* We have no relocation type for PC relative MIPS16 intructions.  */
+      /* We have no relocation type for PC relative MIPS16 instructions.  */
       if (fixP->fx_addsy && S_GET_SEGMENT (fixP->fx_addsy) != now_seg)
        as_bad_where (fixP->fx_file, fixP->fx_line,
                      _("PC relative MIPS16 instruction references a different section"));