projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe71a50
)
Typo correction; no functional change.
author
Aaron Ballman
<aaron@aaronballman.com>
Tue, 15 Jan 2013 21:59:46 +0000
(21:59 +0000)
committer
Aaron Ballman
<aaron@aaronballman.com>
Tue, 15 Jan 2013 21:59:46 +0000
(21:59 +0000)
llvm-svn: 172555
clang/lib/Lex/PPMacroExpansion.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Lex/PPMacroExpansion.cpp
b/clang/lib/Lex/PPMacroExpansion.cpp
index
c626b4d
..
7947522
100644
(file)
--- a/
clang/lib/Lex/PPMacroExpansion.cpp
+++ b/
clang/lib/Lex/PPMacroExpansion.cpp
@@
-965,7
+965,7
@@
static bool EvaluateHasIncludeCommon(Token &Tok,
IdentifierInfo *II, Preprocessor &PP,
const DirectoryLookup *LookupFrom) {
// Save the location of the current token. If a '(' is later found, use
- // that location. If no, use the end of this location instead.
+ // that location. If no
t
, use the end of this location instead.
SourceLocation LParenLoc = Tok.getLocation();
// Get '('.