summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-06-21 20:31:30 +0000
committerChris Lattner <sabre@nondot.org>2010-06-21 20:31:30 +0000
commit456102117ae9f49a44f4a7fa44957b9e0d74d524 (patch)
treee42ea3e70b4909b8e3f2675240e653f5fbc0bbc0 /llvm/docs/tutorial
parent6dd51a2bb6a87107a3d4c2f38ae3ffaf398aeaee (diff)
downloadbcm5719-llvm-456102117ae9f49a44f4a7fa44957b9e0d74d524.tar.gz
bcm5719-llvm-456102117ae9f49a44f4a7fa44957b9e0d74d524.zip
fix typos reported by Adam Warner!
llvm-svn: 106468
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r--llvm/docs/tutorial/LangImpl6.html2
-rw-r--r--llvm/docs/tutorial/OCamlLangImpl6.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/LangImpl6.html b/llvm/docs/tutorial/LangImpl6.html
index 0925c801b50..9a05fbf7b83 100644
--- a/llvm/docs/tutorial/LangImpl6.html
+++ b/llvm/docs/tutorial/LangImpl6.html
@@ -531,7 +531,7 @@ def unary!(v)
def unary-(v)
0-v;
-# Define &gt; with the same precedence as &gt;.
+# Define &gt; with the same precedence as &lt;.
def binary&gt; 10 (LHS RHS)
RHS &lt; LHS;
diff --git a/llvm/docs/tutorial/OCamlLangImpl6.html b/llvm/docs/tutorial/OCamlLangImpl6.html
index b444fffbc00..86210febca2 100644
--- a/llvm/docs/tutorial/OCamlLangImpl6.html
+++ b/llvm/docs/tutorial/OCamlLangImpl6.html
@@ -512,7 +512,7 @@ def unary!(v)
def unary-(v)
0-v;
-# Define &gt; with the same precedence as &gt;.
+# Define &gt; with the same precedence as &lt;.
def binary&gt; 10 (LHS RHS)
RHS &lt; LHS;
OpenPOWER on IntegriCloud