Skip to content

Commit 14776c6

Browse files
authored
[Kaleidoscope] Fix typo (#125366)
Remove duplicate word.
1 parent b798679 commit 14776c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ or parser so we'll need to add it.
299299
}
300300

301301
In this set of code we've added some functionality on how to keep track of the
302-
line and column of the "source file". As we lex every token we set our current
302+
line and column of the "source file". As we lex every token we set our
303303
current "lexical location" to the assorted line and column for the beginning
304304
of the token. We do this by overriding all of the previous calls to
305305
``getchar()`` with our new ``advance()`` that keeps track of the information

0 commit comments

Comments
 (0)