Skip to content

Commit 9c9157b

Browse files
authored
Fix typo in LangImpl03.rst (#127389)
1 parent 4c4fc46 commit 9c9157b

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
@@ -313,7 +313,7 @@ in "``TheModule``"s symbol table.
313313
Finally, we set the name of each of the function's arguments according to the
314314
names given in the Prototype. This step isn't strictly necessary, but keeping
315315
the names consistent makes the IR more readable, and allows subsequent code to
316-
refer directly to the arguments for their names, rather than having to look up
316+
refer directly to the arguments for their names, rather than having to look
317317
them up in the Prototype AST.
318318

319319
At this point we have a function prototype with no body. This is how LLVM IR

0 commit comments

Comments
 (0)