aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-03-21 15:33:46 +0000
committerRichard Guenther <rguenther@suse.de>2011-03-21 15:33:46 +0000
commit085706c8b02ff43cabd456075e1e61a07dc09522 (patch)
tree1e771bbe80be2d41f2c57916f1d178b2abedc8bb /gcc/params.def
parented5146e13238e2573f6a20f439d831c5b4ddd0c3 (diff)
2011-03-21 Richard Guenther <rguenther@suse.de>
* params.def (lto-min-partition): Fix typo. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@171246 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r--gcc/params.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def
index e4d5e5044b9..8ecda91b799 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -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. */