summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-11-21 14:34:34 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-11-21 14:34:34 +0000
commitc24d48282b44008e44f80509d76dfa3d18ddf168 (patch)
treed1dda78c14aecb46135216ce2da92ebe81850467 /docs
parentc7b4f1033f4fa37ef3b0d68bc730979ca908f04f (diff)
downloadllvm-c24d48282b44008e44f80509d76dfa3d18ddf168.tar.gz
llvm-c24d48282b44008e44f80509d76dfa3d18ddf168.tar.bz2
llvm-c24d48282b44008e44f80509d76dfa3d18ddf168.tar.xz
It looks like I'm fixing a spelling mistake, but I'm really trying to
replicate the CVS performance problems that Reid is seeing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandLine.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index c5fa4d36f1..55f54844b4 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -614,7 +614,7 @@ OPTIONS:
</pre>
<p>Again, the only structural difference between the debug level declaration and
-the optimiation level declaration is that the debug level declaration includes
+the optimization level declaration is that the debug level declaration includes
an option name (<tt>"debug_level"</tt>), which automatically changes how the
library processes the argument. The CommandLine library supports both forms so
that you can choose the form most appropriate for your application.</p>