aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-17 15:00:45 +0000
committerChris Lattner <sabre@nondot.org>2003-09-17 15:00:45 +0000
commit35f474acd6931d058e90c756e066bb5f20156292 (patch)
tree4b61dce1c4ef7c0f475f33538ef2e5e8fa9e46be /docs/CommandGuide
parent58ebcd0d82c8f9d6bf3ca3de9385fa576513d5f1 (diff)
fix misspelling analyse -> analyze
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/analyze.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CommandGuide/analyze.html b/docs/CommandGuide/analyze.html
index 25b93eb38d..5c488a83b7 100644
--- a/docs/CommandGuide/analyze.html
+++ b/docs/CommandGuide/analyze.html
@@ -62,9 +62,9 @@ OPTIONS
the analyze program after being loaded.
<p>
After being loaded, additional command line options are made available
- for running the passes made available by plugin.so. Use analyse -load
- &lt;plugin.so&gt; -help to see the new list of available analysis
- passes.
+ for running the passes made available by plugin.so. Use '<tt>analyze
+ -load &lt;plugin.so&gt; -help</tt>' to see the new list of available
+ analysis passes.
<p>
</ul>