[patch] Fix {comment,doc} typos.

Kazu Hirata kazu@cs.umass.edu
Wed Mar 23 19:53:00 GMT 2005


Hi,

Committed as obvious.

Kazu Hirata

2005-03-23  Kazu Hirata  <kazu@cs.umass.edu>

	* params.def: Fix a typo.
	* config/mips/mips.c: Follow the spelling convensions.
	* doc/invoke.texi: Fix typos.

Index: params.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/params.def,v
retrieving revision 1.55
diff -u -d -p -r1.55 params.def
--- params.def	22 Mar 2005 20:53:23 -0000	1.55
+++ params.def	23 Mar 2005 19:06:37 -0000
@@ -158,7 +158,7 @@ DEFPARAM(PARAM_INLINE_UNIT_GROWTH,
 	 50, 0, 0)
 DEFPARAM(PARAM_INLINE_CALL_COST,
 	 "inline-call-cost",
-	 "expense of call operation relative to ordinary aritmetic operations",
+	 "expense of call operation relative to ordinary arithmetic operations",
 	 16, 0, 0)
 
 /* The GCSE optimization will be disabled if it would require
Index: config/mips/mips.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/mips.c,v
retrieving revision 1.491
diff -u -d -p -r1.491 mips.c
--- config/mips/mips.c	15 Mar 2005 23:02:34 -0000	1.491
+++ config/mips/mips.c	23 Mar 2005 19:06:37 -0000
@@ -9193,7 +9193,7 @@ mips_matching_cpu_name_p (const char *ca
 
 
 /* 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.  */
 
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.593
diff -u -d -p -r1.593 invoke.texi
--- doc/invoke.texi	22 Mar 2005 20:53:24 -0000	1.593
+++ doc/invoke.texi	23 Mar 2005 19:06:38 -0000
@@ -5572,12 +5572,12 @@ default value is 450.
 
 @item inline-call-cost
 Specify cost of call instruction relative to simple arithmetics operations
-(having cost of 1).  Increasing this cost disqualify inlinining of non-leaf
-functions and at same time increase size of leaf function that is believed to
-reduce function size by being inlined.  In effect it increase amount of
+(having cost of 1).  Increasing this cost disqualifies inlining of non-leaf
+functions and at the same time increases size of leaf function that is believed to
+reduce function size by being inlined.  In effect it increases amount of
 inlining for code having large abstraction penalty (many functions that just
-pass the argumetns to other functions) and decrease inlining for code with low
-abstraction penalty.  Default value is 16.
+pass the arguments to other functions) and decrease inlining for code with low
+abstraction penalty.  The default value is 16.
 
 @item max-unrolled-insns
 The maximum number of instructions that a loop should have if that loop



More information about the Gcc-patches mailing list