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;