]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
params.def: Fix a typo.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 23 Mar 2005 19:10:01 +0000 (19:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 23 Mar 2005 19:10:01 +0000 (19:10 +0000)
* params.def: Fix a typo.
* config/mips/mips.c: Follow the spelling convensions.
* doc/invoke.texi: Fix typos.

From-SVN: r96944

gcc/ChangeLog
gcc/config/mips/mips.c
gcc/doc/invoke.texi
gcc/params.def

index e7703124e89057bf0535b7ff8cc108792c1866a6..66bece7d1bd7c9f6e30ecdce9faf66cdb3065ecd 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2005-03-18  Dale Johannese  <dalej@apple.com>
 
        * cp/tree.c (cp_tree_equal):  Handle SSA_NAME.
index 2817e6733ded4473c36dfd3c3355bae2941105fc..ee23d4f59b65096682101652b24b10b81cb8243b 100644 (file)
@@ -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.  */
 
index bd9f4302de7c54e3d80af8bd897803d5df27baea..c750c995677ea4bd648b0052950a63a7d09fa246 100644 (file)
@@ -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
index 64cb88040e6fd7d0e2b0911f97e7e18c74ce1ca1..2dbc19758e01eff2de097a20ae6ff3894d9714f4 100644 (file)
@@ -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