]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
* 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 b6bec05447395a2d14bca3a6e8c1fd64707299ce..e7584d5175dd770e2a36bab7789566618cb74874 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 6362c16934c7596bc3070e2f0fdaecd268cf561d..c65a92dbd61d5b1b9fff1a7c62a08d68a40bb993 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)
 {