A more combo tls testcase.
[oota-llvm.git] / docs / tutorial / OCamlLangImpl1.html
index c7b0954021e3cd3e74556c33cbc16d66cb06f050..98c1124cc12cda7174a058c087b2bf8dfd2f182a 100644 (file)
@@ -252,7 +252,7 @@ it has to do is ignore whitespace between tokens.  This is accomplished with the
 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">
@@ -277,7 +277,7 @@ and lex_ident buffer = parser
 </pre>
 </div>
 
-Numeric values are similar:</p>
+<p>Numeric values are similar:</p>
 
 <div class="doc_code">
 <pre>
@@ -359,7 +359,7 @@ include a driver so that you can use the lexer and parser together.
   <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
   <a href="mailto:idadesub@users.sourceforge.net">Erick Tryzelaar</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007-10-17 11:05:13 -0700 (Wed, 17 Oct 2007) $
+  Last modified: $Date$
 </address>
 </body>
 </html>