summaryrefslogtreecommitdiff
path: root/docs/tutorial
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
commit3f5054f922fe0164e14750845f84d3e0e00ab7a1 (patch)
treeba8af94d977e9429a525a42486fc62e7c99f2f4f /docs/tutorial
parent19dbe2f5f0db6b236e76550912eff9cc2a77bca8 (diff)
downloadllvm-3f5054f922fe0164e14750845f84d3e0e00ab7a1.tar.gz
llvm-3f5054f922fe0164e14750845f84d3e0e00ab7a1.tar.bz2
llvm-3f5054f922fe0164e14750845f84d3e0e00ab7a1.tar.xz
Fix some minor typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/LangImpl6.html2
-rw-r--r--docs/tutorial/OCamlLangImpl6.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/LangImpl6.html b/docs/tutorial/LangImpl6.html
index 9c606ae11d..a76298012f 100644
--- a/docs/tutorial/LangImpl6.html
+++ b/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/docs/tutorial/OCamlLangImpl6.html b/docs/tutorial/OCamlLangImpl6.html
index 0d1d2804e6..2ee5089721 100644
--- a/docs/tutorial/OCamlLangImpl6.html
+++ b/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,