[llvm-commits] [llvm] r161037 - in /llvm/trunk/docs: HowToReleaseLLVM.html TestSuiteMakefileGuide.html tutorial/LangImpl6.html tutorial/OCamlLangImpl6.html
Sylvestre Ledru
sylvestre at debian.org
Tue Jul 31 00:05:57 PDT 2012
Author: sylvestre
Date: Tue Jul 31 02:05:57 2012
New Revision: 161037
URL: http://llvm.org/viewvc/llvm-project?rev=161037&view=rev
Log:
Fix some minor typos
Modified:
llvm/trunk/docs/HowToReleaseLLVM.html
llvm/trunk/docs/TestSuiteMakefileGuide.html
llvm/trunk/docs/tutorial/LangImpl6.html
llvm/trunk/docs/tutorial/OCamlLangImpl6.html
Modified: llvm/trunk/docs/HowToReleaseLLVM.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToReleaseLLVM.html?rev=161037&r1=161036&r2=161037&view=diff
==============================================================================
--- llvm/trunk/docs/HowToReleaseLLVM.html (original)
+++ llvm/trunk/docs/HowToReleaseLLVM.html Tue Jul 31 02:05:57 2012
@@ -476,7 +476,7 @@
<p>Review the documentation and ensure that it is up to date. The "Release
Notes" must be updated to reflect new features, bug fixes, new known issues,
and changes in the list of supported platforms. The "Getting Started Guide"
- should be updated to reflect the new release version number tag avaiable from
+ should be updated to reflect the new release version number tag available from
Subversion and changes in basic system requirements. Merge both changes from
mainline into the release branch.</p>
Modified: llvm/trunk/docs/TestSuiteMakefileGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestSuiteMakefileGuide.html?rev=161037&r1=161036&r2=161037&view=diff
==============================================================================
--- llvm/trunk/docs/TestSuiteMakefileGuide.html (original)
+++ llvm/trunk/docs/TestSuiteMakefileGuide.html Tue Jul 31 02:05:57 2012
@@ -238,12 +238,12 @@
simple one is simply running <tt>gmake</tt> with no arguments. This will
compile and run all programs in the tree using a number of different methods
and compare results. Any failures are reported in the output, but are likely
- drowned in the other output. Passes are not reported explicitely.</p>
+ drowned in the other output. Passes are not reported explicitly.</p>
<p>Somewhat better is running <tt>gmake TEST=sometest test</tt>, which runs
the specified test and usually adds per-program summaries to the output
(depending on which sometest you use). For example, the <tt>nightly</tt> test
- explicitely outputs TEST-PASS or TEST-FAIL for every test after each program.
+ explicitly outputs TEST-PASS or TEST-FAIL for every test after each program.
Though these lines are still drowned in the output, it's easy to grep the
output logs in the Output directories.</p>
Modified: llvm/trunk/docs/tutorial/LangImpl6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl6.html?rev=161037&r1=161036&r2=161037&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl6.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl6.html Tue Jul 31 02:05:57 2012
@@ -636,7 +636,7 @@
: putchard(10)
)
-# mandel - This is a convenient helper function for ploting the mandelbrot set
+# mandel - This is a convenient helper function for plotting the mandelbrot set
# from the specified position with the specified Magnification.
def mandel(realstart imagstart realmag imagmag)
mandelhelp(realstart, realstart+realmag*78, realmag,
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl6.html?rev=161037&r1=161036&r2=161037&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl6.html (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl6.html Tue Jul 31 02:05:57 2012
@@ -611,7 +611,7 @@
: putchard(10)
)
-# mandel - This is a convenient helper function for ploting the mandelbrot set
+# mandel - This is a convenient helper function for plotting the mandelbrot set
# from the specified position with the specified Magnification.
def mandel(realstart imagstart realmag imagmag)
mandelhelp(realstart, realstart+realmag*78, realmag,
More information about the llvm-commits
mailing list