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 | 457a95bdc8cee57990712bada1b3db4d5282fa1f (patch) | |
tree | 40868e2250c232f9b48c21ddc5b306e4280dd834 /llvm/docs/CommandGuide | |
parent | 9bcdda35884863d07a2af3c8cb19914a163d7dfb (diff) | |
download | bcm5719-llvm-457a95bdc8cee57990712bada1b3db4d5282fa1f.tar.gz bcm5719-llvm-457a95bdc8cee57990712bada1b3db4d5282fa1f.zip |
fix misspelling analyse -> analyze
llvm-svn: 8576
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/analyze.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/analyze.html b/llvm/docs/CommandGuide/analyze.html index 25b93eb38d3..5c488a83b7f 100644 --- a/llvm/docs/CommandGuide/analyze.html +++ b/llvm/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> |