typo
authorChris Lattner <sabre@nondot.org>
Thu, 25 Oct 2007 18:05:29 +0000 (18:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 Oct 2007 18:05:29 +0000 (18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43351 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl2.html

index 340a6193a99ca7b35524c04f7ffd5c60853fda9b..d364f4de3e7c3b893d79bc235569b8e82a78ec96 100644 (file)
@@ -192,7 +192,7 @@ static int getNextToken() {
 <p>
 This implements a simple token buffer around the lexer.  This allows 
 us to look one token ahead at what the lexer is returning.  Every function in
-our lexer will assume that CurTok is the current token that needs to be
+our parser will assume that CurTok is the current token that needs to be
 parsed.</p>
 
 <p>Again, we define these with global variables; it would be better design to