params.def (lto-min-partition): Fix typo.
authorRichard Guenther <rguenther@suse.de>
Mon, 21 Mar 2011 15:33:46 +0000 (15:33 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 21 Mar 2011 15:33:46 +0000 (15:33 +0000)
2011-03-21  Richard Guenther  <rguenther@suse.de>

* params.def (lto-min-partition): Fix typo.

From-SVN: r171246

gcc/ChangeLog
gcc/params.def

index 30542ef287ad8180450ae3f7d8f4de1645a5074d..576df6c4aefd1e4d856ce0b4c08a9c9f04a1774a 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-21  Richard Guenther  <rguenther@suse.de>
+
+       * params.def (lto-min-partition): Fix typo.
+
 2011-03-21  Richard Guenther  <rguenther@suse.de>
 
        PR c/47939
index e4d5e5044b9b57baa6595738b379e68bf75b897e..8ecda91b799b3d6ee012e8b11818e2330f5e8e0f 100644 (file)
@@ -872,7 +872,7 @@ DEFPARAM (PARAM_LTO_PARTITIONS,
 
 DEFPARAM (MIN_PARTITION_SIZE,
          "lto-min-partition",
-         "Minimal size of a paritition for LTO (in estimated instructions)",
+         "Minimal size of a partition for LTO (in estimated instructions)",
          1000, 0, 0)
 
 /* Diagnostic parameters.  */