Skip to content

Commit 28da575

Browse files
cmtmserge-sans-paille
authored andcommitted
Fix typo in tutorial
1 parent 4f029d1 commit 28da575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ way to model this. Again, this tutorial won't dwell on good software
6767
engineering practices: for our purposes, adding a virtual method is
6868
simplest.
6969

70-
The second thing we want is an "LogError" method like we used for the
70+
The second thing we want is a "LogError" method like we used for the
7171
parser, which will be used to report errors found during code generation
7272
(for example, use of an undeclared parameter):
7373

0 commit comments

Comments
 (0)