From: Chris Lattner Date: Wed, 17 Sep 2003 15:00:45 +0000 (+0000) Subject: fix misspelling analyse -> analyze X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=35f474acd6931d058e90c756e066bb5f20156292;p=oota-llvm.git fix misspelling analyse -> analyze git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8576 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/analyze.html b/docs/CommandGuide/analyze.html index 25b93eb38d3..5c488a83b7f 100644 --- a/docs/CommandGuide/analyze.html +++ b/docs/CommandGuide/analyze.html @@ -62,9 +62,9 @@ OPTIONS the analyze program after being loaded.

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 'analyze + -load <plugin.so> -help' to see the new list of available + analysis passes.