diff options
author | Chris Lattner <sabre@nondot.org> | 2008-12-17 21:38:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-12-17 21:38:44 +0000 |
commit | b60d7999d621fce608e03d39e82c0e7eda750054 (patch) | |
tree | c32d13b8d582706383689378c41f73d44d5c738c /lib/Lex/PTHLexer.cpp | |
parent | 2ab1657bb8a8e7e4570744db094a6acdc309d943 (diff) |
add a dropped word back
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61152 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/PTHLexer.cpp')
-rw-r--r-- | lib/Lex/PTHLexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/PTHLexer.cpp b/lib/Lex/PTHLexer.cpp index 2ec01b27eb..a107a38119 100644 --- a/lib/Lex/PTHLexer.cpp +++ b/lib/Lex/PTHLexer.cpp @@ -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. |