add a dropped word back

llvm-svn: 61152
This commit is contained in:
Chris Lattner 2008-12-17 21:38:44 +00:00
parent be3864ae6f
commit d88c933970
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ void PTHLexer::ReadToken(Token& T) {
T.setIdentifierInfo(PTHMgr.ReadIdentifierInfo(CurPtrShadow));
// Set the SourceLocation. Since all tokens are constructed using a
// raw, they will all be offseted from the same FileID.
// raw lexer, they will all be offseted from the same FileID.
T.setLocation(SourceLocation::getFileLoc(FileID, Read32(CurPtrShadow)));
// Finally, read and set the length of the token.