[llvm] 28da575 - Fix typo in tutorial

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 08:28:49 PDT 2020


Author: Chris Morin
Date: 2020-07-21T17:28:24+02:00
New Revision: 28da5759bd5a1009fe61303393b8a1633eeab4d7

URL: https://github.com/llvm/llvm-project/commit/28da5759bd5a1009fe61303393b8a1633eeab4d7
DIFF: https://github.com/llvm/llvm-project/commit/28da5759bd5a1009fe61303393b8a1633eeab4d7.diff

LOG: Fix typo in tutorial

Added: 
    

Modified: 
    llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
index 32472e3a4820..c37c9600f51e 100644
--- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
+++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
@@ -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):
 


        


More information about the llvm-commits mailing list