diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-23 19:10:01 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-23 19:10:01 +0000 |
commit | 430274e07d9657eeb51dbbea301df7c642993ed3 (patch) | |
tree | 3c832e34a17145e240e0663f35d46fec799e0211 /gcc/config | |
parent | 45d03d4ae7cedfc7d395d23cd8cf426e1af3dc6f (diff) | |
download | gcc-430274e07d9657eeb51dbbea301df7c642993ed3.tar.gz |
* params.def: Fix a typo.
* config/mips/mips.c: Follow the spelling convensions.
* doc/invoke.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96944 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-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 2817e6733de..ee23d4f59b6 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. */ |