[llvm-commits] [llvm] r43729 - /llvm/trunk/docs/tutorial/LangImpl3.html

Chris Lattner sabre at nondot.org
Mon Nov 5 11:33:52 PST 2007


Author: lattner
Date: Mon Nov  5 13:33:52 2007
New Revision: 43729

URL: http://llvm.org/viewvc/llvm-project?rev=43729&view=rev
Log:
grammaro

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

Modified: llvm/trunk/docs/tutorial/LangImpl3.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl3.html?rev=43729&r1=43728&r2=43729&view=diff

==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl3.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl3.html Mon Nov  5 13:33:52 2007
@@ -91,7 +91,7 @@
 <p>Note that instead of adding virtual methods to the ExprAST class hierarchy,
 it could also make sense to use a visitor pattern or some other way to model
 this.  Again, this tutorial won't dwell on good software engineering practices:
-for our purposes, adding virtual methods is simplest.</p>
+for our purposes, adding a virtual method is simplest.</p>
 
 <p>The
 second thing we want is an "Error" method like we used for parser, which will





More information about the llvm-commits mailing list