Fix typo in tutorial
authorChris Morin <chris.morin2@gmail.com>
Mon, 20 Jul 2020 22:51:09 +0000 (15:51 -0700)
committerserge-sans-paille <sguelton@redhat.com>
Tue, 21 Jul 2020 15:28:24 +0000 (17:28 +0200)
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst

index 32472e3..c37c960 100644 (file)
@@ -67,7 +67,7 @@ way to model this. Again, this tutorial won't dwell on good software
 engineering practices: for our purposes, adding a virtual method is
 simplest.
 
-The second thing we want is an "LogError" method like we used for the
+The second thing we want is a "LogError" method like we used for the
 parser, which will be used to report errors found during code generation
 (for example, use of an undeclared parameter):