diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-17 15:00:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-17 15:00:45 +0000 |
commit | 35f474acd6931d058e90c756e066bb5f20156292 (patch) | |
tree | 4b61dce1c4ef7c0f475f33538ef2e5e8fa9e46be /docs/CommandGuide | |
parent | 58ebcd0d82c8f9d6bf3ca3de9385fa576513d5f1 (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.html | 6 |
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 - <plugin.so> -help to see the new list of available analysis - passes. + for running the passes made available by plugin.so. Use '<tt>analyze + -load <plugin.so> -help</tt>' to see the new list of available + analysis passes. <p> </ul> |