1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-svn: 43351
This commit is contained in:
Chris Lattner 2007-10-25 18:05:29 +00:00
parent a9a71ab2cf
commit 37838ca8a2

View File

@ -192,7 +192,7 @@ static int getNextToken() {
<p>
This implements a simple token buffer around the lexer. This allows
us to look one token ahead at what the lexer is returning. Every function in
our lexer will assume that CurTok is the current token that needs to be
our parser will assume that CurTok is the current token that needs to be
parsed.</p>
<p>Again, we define these with global variables; it would be better design to