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

Chris Lattner clattner at apple.com
Mon Jun 21 13:31:57 PDT 2010


Applied in r106468, thanks!

-Chris

On Jun 2, 2010, at 5:23 PM, Adam Warner wrote:

> 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;
> 
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list