diff options
Diffstat (limited to 'gcc/config/mips/mips.c')
-rw-r--r-- | gcc/config/mips/mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index bbb664ec0b9..ccb2b3fbab8 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -4762,7 +4762,7 @@ override_options (void) (1) The value of an R_MIPS_GOT16 relocation depends on whether the symbol is local or global. We therefore need to know - a symbol's binding before refering to it using %got(). + a symbol's binding before referring to it using %got(). (2) R_MIPS_CALL16 can only be applied to global symbols. |