commit | 456102117ae9f49a44f4a7fa44957b9e0d74d524 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jun 21 20:31:30 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jun 21 20:31:30 2010 +0000 |
tree | e42ea3e70b4909b8e3f2675240e653f5fbc0bbc0 | |
parent | 6dd51a2bb6a87107a3d4c2f38ae3ffaf398aeaee [diff] [blame] |
fix typos reported by Adam Warner! llvm-svn: 106468
diff --git a/llvm/docs/tutorial/OCamlLangImpl6.html b/llvm/docs/tutorial/OCamlLangImpl6.html index b444fff..86210fe 100644 --- a/llvm/docs/tutorial/OCamlLangImpl6.html +++ b/llvm/docs/tutorial/OCamlLangImpl6.html
@@ -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;