diff options
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 59b2474ef83..44ac3b943d6 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1448,7 +1448,7 @@ do { \ On the MIPS, all general registers are one word long. Except on the R4000 with the FR bit set, the floating point uses register - pairs, with the second register not being allocatable. */ + pairs, with the second register not being allocable. */ #define HARD_REGNO_NREGS(REGNO, MODE) \ (! FP_REG_P (REGNO) \ |