OSDN Git Service

* config/tc-i860.c (md_pcrel_from): Fix typo in comment.
authorChristian Groessler <chris@groessler.org>
Fri, 31 Oct 2003 21:33:59 +0000 (21:33 +0000)
committerChristian Groessler <chris@groessler.org>
Fri, 31 Oct 2003 21:33:59 +0000 (21:33 +0000)
gas/ChangeLog
gas/config/tc-i860.c

index b6bec05..e7584d5 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-31  Christian Groessler  <chris@groessler.org>
+
+       * config/tc-i860.c (md_pcrel_from): Fix typo in comment.
+
 2003-10-29  Phil Edwards  <phil@codesourcery.com>
 
        * configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks,
index 6362c16..c65a92d 100644 (file)
@@ -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)
 {