fix misspelling analyse -> analyze

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-09-17 15:00:45 +00:00
parent 58ebcd0d82
commit 35f474acd6

View File

@ -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>