From 35f474acd6931d058e90c756e066bb5f20156292 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 17 Sep 2003 15:00:45 +0000 Subject: [PATCH] fix misspelling analyse -> analyze git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8576 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/analyze.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.

-- 2.34.1