Fix typo pointed out in pr9339.
authorDuncan Sands <baldrick@free.fr>
Sun, 27 Feb 2011 13:54:01 +0000 (13:54 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 27 Feb 2011 13:54:01 +0000 (13:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126573 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl5.html

index 3edb621fb6ae437030753aef685eff601bfa3ac9..166b74a4dd64eb1835dad556262508162c83948d 100644 (file)
@@ -72,7 +72,7 @@ have an if/then/else expression plus a simple 'for' loop.</p>
 
 <p>
 Extending Kaleidoscope to support if/then/else is quite straightforward.  It
-basically requires adding lexer support for this "new" concept to the lexer,
+basically requires adding support for this "new" concept to the lexer,
 parser, AST, and LLVM code emitter.  This example is nice, because it shows how
 easy it is to "grow" a language over time, incrementally extending it as new
 ideas are discovered.</p>