From eb9618da3ba4345e13555f7f80b6ee58e3eadde4 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Fri, 31 Oct 2003 21:33:59 +0000 Subject: [PATCH] * config/tc-i860.c (md_pcrel_from): Fix typo in comment. --- gas/ChangeLog | 4 ++++ gas/config/tc-i860.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index b6bec05447..e7584d5175 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2003-10-31 Christian Groessler + + * config/tc-i860.c (md_pcrel_from): Fix typo in comment. + 2003-10-29 Phil Edwards * configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks, diff --git a/gas/config/tc-i860.c b/gas/config/tc-i860.c index 6362c16934..c65a92dbd6 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) {