[llvm-commits] [llvm] r126573 - /llvm/trunk/docs/tutorial/LangImpl5.html

Duncan Sands baldrick at free.fr
Sun Feb 27 05:54:02 PST 2011


Author: baldrick
Date: Sun Feb 27 07:54:01 2011
New Revision: 126573

URL: http://llvm.org/viewvc/llvm-project?rev=126573&view=rev
Log:
Fix typo pointed out in pr9339.

Modified:
    llvm/trunk/docs/tutorial/LangImpl5.html

Modified: llvm/trunk/docs/tutorial/LangImpl5.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl5.html?rev=126573&r1=126572&r2=126573&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl5.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl5.html Sun Feb 27 07:54:01 2011
@@ -72,7 +72,7 @@
 
 <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>





More information about the llvm-commits mailing list