aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorChristian Groessler <chris@groessler.org>2003-10-31 21:33:59 +0000
committerChristian Groessler <chris@groessler.org>2003-10-31 21:33:59 +0000
commiteb9618da3ba4345e13555f7f80b6ee58e3eadde4 (patch)
treee7b5df2295fc14d715f65b7229c5258bfa9a637d /gas/config
parent2f4950cde90304184044c21f6295f61db1bb7e0e (diff)
downloadfsf-binutils-gdb-eb9618da3ba4345e13555f7f80b6ee58e3eadde4.zip
fsf-binutils-gdb-eb9618da3ba4345e13555f7f80b6ee58e3eadde4.tar.gz
fsf-binutils-gdb-eb9618da3ba4345e13555f7f80b6ee58e3eadde4.tar.bz2
* config/tc-i860.c (md_pcrel_from): Fix typo in comment.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-i860.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i860.c b/gas/config/tc-i860.c
index 6362c16..c65a92d 100644
--- a/gas/config/tc-i860.c
+++ b/gas/config/tc-i860.c
@@ -1233,7 +1233,7 @@ md_section_align (segT segment ATTRIBUTE_UNUSED,
}
/* On the i860, a PC-relative offset is relative to the address of the
- of the offset plus its size. */
+ offset plus its size. */
long
md_pcrel_from (fixS *fixP)
{