aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/common.opt2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3c117be..3b4ccf2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
+ PR other/18186
+ * common.opt (--param): Fix spelling of parameter.
+
+2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
+
PR tree-opt/17529
* tree-cfg.c (remove_useless_stmts_1) <case SWITCH_EXPR>:
Don't fold statement.
diff --git a/gcc/common.opt b/gcc/common.opt
index 4d9f184..e796245 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -29,7 +29,7 @@ Display this information
-param
Common Separate
---param <param>=<value> Set paramter <param> to value. See below for a complete list of parameters
+--param <param>=<value> Set parameter <param> to value. See below for a complete list of parameters
-target-help
Common