[LLVMdev] [PATCH] docs/tutorial/ Kaleidoscope typos

Adam Warner lists at consulting.net.nz
Wed Jun 2 17:23:37 PDT 2010


Index: docs/tutorial/LangImpl6.html
===================================================================
--- docs/tutorial/LangImpl6.html	(revision 105365)
+++ docs/tutorial/LangImpl6.html	(working copy)
@@ -531,7 +531,7 @@
 def unary-(v)
   0-v;
 
-# Define > with the same precedence as >.
+# Define > with the same precedence as <.
 def binary> 10 (LHS RHS)
   RHS < LHS;
 
Index: docs/tutorial/OCamlLangImpl6.html
===================================================================
--- docs/tutorial/OCamlLangImpl6.html	(revision 105365)
+++ docs/tutorial/OCamlLangImpl6.html	(working copy)
@@ -512,7 +512,7 @@
 def unary-(v)
   0-v;
 
-# Define > with the same precedence as >.
+# Define > with the same precedence as <.
 def binary> 10 (LHS RHS)
   RHS < LHS;
 




More information about the llvm-dev mailing list