diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-31 07:05:57 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-31 07:05:57 +0000 |
| commit | ef7d8295b6848d19158ffc158a405f69010ae213 (patch) | |
| tree | e7a531aeb2c9a6987e26a547af256e8b26b6cc67 /llvm/docs/tutorial | |
| parent | a5202660fb2f2f144cebaa90563efb8572636a55 (diff) | |
| download | bcm5719-llvm-ef7d8295b6848d19158ffc158a405f69010ae213.tar.gz bcm5719-llvm-ef7d8295b6848d19158ffc158a405f69010ae213.zip | |
Fix some minor typos
llvm-svn: 161037
Diffstat (limited to 'llvm/docs/tutorial')
| -rw-r--r-- | llvm/docs/tutorial/LangImpl6.html | 2 | ||||
| -rw-r--r-- | llvm/docs/tutorial/OCamlLangImpl6.html | 2 |
2 files changed, 2 insertions, 2 deletions
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, |

