summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-07-31 07:05:57 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-07-31 07:05:57 +0000
commitef7d8295b6848d19158ffc158a405f69010ae213 (patch)
treee7a531aeb2c9a6987e26a547af256e8b26b6cc67
parenta5202660fb2f2f144cebaa90563efb8572636a55 (diff)
downloadbcm5719-llvm-ef7d8295b6848d19158ffc158a405f69010ae213.tar.gz
bcm5719-llvm-ef7d8295b6848d19158ffc158a405f69010ae213.zip
Fix some minor typos
llvm-svn: 161037
-rw-r--r--llvm/docs/HowToReleaseLLVM.html2
-rw-r--r--llvm/docs/TestSuiteMakefileGuide.html4
-rw-r--r--llvm/docs/tutorial/LangImpl6.html2
-rw-r--r--llvm/docs/tutorial/OCamlLangImpl6.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/HowToReleaseLLVM.html b/llvm/docs/HowToReleaseLLVM.html
index 382e18f320a..30c3d5da5e9 100644
--- a/llvm/docs/HowToReleaseLLVM.html
+++ b/llvm/docs/HowToReleaseLLVM.html
@@ -476,7 +476,7 @@ $ tar -cvf - llvm-test-<i>X.Y</i>rc1 | gzip &gt; llvm-test-<i>X.Y</i>rc1.src.t
<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>
diff --git a/llvm/docs/TestSuiteMakefileGuide.html b/llvm/docs/TestSuiteMakefileGuide.html
index 0a644d2813d..1b24250380f 100644
--- a/llvm/docs/TestSuiteMakefileGuide.html
+++ b/llvm/docs/TestSuiteMakefileGuide.html
@@ -238,12 +238,12 @@ LLVM.</p>
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>
diff --git a/llvm/docs/tutorial/LangImpl6.html b/llvm/docs/tutorial/LangImpl6.html
index 9c606ae11dd..a76298012fd 100644
--- a/llvm/docs/tutorial/LangImpl6.html
+++ b/llvm/docs/tutorial/LangImpl6.html
@@ -636,7 +636,7 @@ def mandelhelp(xmin xmax xstep ymin ymax ystep)
: 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,
diff --git a/llvm/docs/tutorial/OCamlLangImpl6.html b/llvm/docs/tutorial/OCamlLangImpl6.html
index 0d1d2804e6f..2ee5089721c 100644
--- a/llvm/docs/tutorial/OCamlLangImpl6.html
+++ b/llvm/docs/tutorial/OCamlLangImpl6.html
@@ -611,7 +611,7 @@ def mandelhelp(xmin xmax xstep ymin ymax ystep)
: 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,
OpenPOWER on IntegriCloud