aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-10-28 03:42:22 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-10-27 20:42:22 -0700
commit744e6f334d1a62657c08aa8ef3b919ba9af808e0 (patch)
tree520ef3ea84adf57dcb7de7757839bb81f54d968d /gcc/common.opt
parent8e14584d63778477bf2800afea32a1ce1572cfe1 (diff)
downloadgcc-744e6f334d1a62657c08aa8ef3b919ba9af808e0.zip
gcc-744e6f334d1a62657c08aa8ef3b919ba9af808e0.tar.gz
gcc-744e6f334d1a62657c08aa8ef3b919ba9af808e0.tar.bz2
re PR other/18186 (Spelling error)
2004-10-27 Andrew Pinski <pinskia@physics.uc.edu> PR other/18186 * common.opt (--param): Fix spelling of parameter. From-SVN: r89731
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt2
1 files changed, 1 insertions, 1 deletions
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