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 2817e67..ee23d4f 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -9193,7 +9193,7 @@ mips_matching_cpu_name_p (const char *canonical, const char *given) /* Return the mips_cpu_info entry for the processor or ISA given - by CPU_STRING. Return null if the string isn't recognised. + by CPU_STRING. Return null if the string isn't recognized. A similar function exists in GAS. */ |