diff options
Diffstat (limited to 'gas/config/tc-s390.c')
-rw-r--r-- | gas/config/tc-s390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c index d34e2c6..5e4eeed 100644 --- a/gas/config/tc-s390.c +++ b/gas/config/tc-s390.c @@ -1650,7 +1650,7 @@ tc_s390_fix_adjustable (fixP) } /* Return true if we must always emit a reloc for a type and false if - there is some hope of resolving it a assembly time. */ + there is some hope of resolving it at assembly time. */ int tc_s390_force_relocation (fixp) struct fix *fixp; |