summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-08-28 20:29:18 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-08-28 20:29:18 +0000
commit843b7515aea1e77a570df75df0ac003298523771 (patch)
tree32cbb35e114e11f8e7f7833504ee27d61ac94e01 /llvm/docs/tutorial
parent61122c4fd067c17a2f430e6f6b03957a7b9b64e4 (diff)
downloadbcm5719-llvm-843b7515aea1e77a570df75df0ac003298523771.tar.gz
bcm5719-llvm-843b7515aea1e77a570df75df0ac003298523771.zip
Fix some typos in the doc
llvm-svn: 279943
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r--llvm/docs/tutorial/LangImpl06.rst2
-rw-r--r--llvm/docs/tutorial/OCamlLangImpl6.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/LangImpl06.rst b/llvm/docs/tutorial/LangImpl06.rst
index 7c9a2123e8f..f6d2bd943ef 100644
--- a/llvm/docs/tutorial/LangImpl06.rst
+++ b/llvm/docs/tutorial/LangImpl06.rst
@@ -32,7 +32,7 @@ User-defined Operators: the Idea
The "operator overloading" that we will add to Kaleidoscope is more
general than languages like C++. In C++, you are only allowed to
-redefine existing operators: you can't programatically change the
+redefine existing operators: you can't programmatically change the
grammar, introduce new operators, change precedence levels, etc. In this
chapter, we will add this capability to Kaleidoscope, which will let the
user round out the set of operators that are supported.
diff --git a/llvm/docs/tutorial/OCamlLangImpl6.rst b/llvm/docs/tutorial/OCamlLangImpl6.rst
index 2fa25f5c22f..4b3e1575adf 100644
--- a/llvm/docs/tutorial/OCamlLangImpl6.rst
+++ b/llvm/docs/tutorial/OCamlLangImpl6.rst
@@ -32,7 +32,7 @@ User-defined Operators: the Idea
The "operator overloading" that we will add to Kaleidoscope is more
general than languages like C++. In C++, you are only allowed to
-redefine existing operators: you can't programatically change the
+redefine existing operators: you can't programmatically change the
grammar, introduce new operators, change precedence levels, etc. In this
chapter, we will add this capability to Kaleidoscope, which will let the
user round out the set of operators that are supported.
OpenPOWER on IntegriCloud