[llvm-commits] [llvm] r58384 - /llvm/trunk/docs/tutorial/OCamlLangImpl1.html
Torok Edwin
edwintorok at gmail.com
Wed Oct 29 09:32:07 PDT 2008
Author: edwin
Date: Wed Oct 29 11:32:06 2008
New Revision: 58384
URL: http://llvm.org/viewvc/llvm-project?rev=58384&view=rev
Log:
fix typo
Modified:
llvm/trunk/docs/tutorial/OCamlLangImpl1.html
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl1.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl1.html?rev=58384&r1=58383&r2=58384&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl1.html (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl1.html Wed Oct 29 11:32:06 2008
@@ -252,7 +252,7 @@
recursive call above.</p>
<p>The next thing <tt>Lexer.lex</tt> needs to do is recognize identifiers and
-specific keywords like "def". Kaleidoscope does this with this a pattern match
+specific keywords like "def". Kaleidoscope does this with a pattern match
and a helper function.<p>
<div class="doc_code">
More information about the llvm-commits
mailing list