diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-11-03 16:32:04 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-11-03 16:32:04 +0000 |
commit | 58ea3d6a2f4d205b86b1baeaee5f6865393a6dd6 (patch) | |
tree | 9487ee82536131be2d1addff0d625ac2adceff31 | |
parent | 648178740aef7c86a527e4ff02784c8962b262ae (diff) | |
download | gdb-58ea3d6a2f4d205b86b1baeaee5f6865393a6dd6.zip gdb-58ea3d6a2f4d205b86b1baeaee5f6865393a6dd6.tar.gz gdb-58ea3d6a2f4d205b86b1baeaee5f6865393a6dd6.tar.bz2 |
Fix typo in comment.
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index ea294e9..e9657c1 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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")); |