Typo correction; no functional change.

llvm-svn: 172555
This commit is contained in:
Aaron Ballman 2013-01-15 21:59:46 +00:00
parent fe71a50494
commit 5cb24115c2
1 changed files with 1 additions and 1 deletions

View File

@ -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 not, use the end of this location instead.
SourceLocation LParenLoc = Tok.getLocation();
// Get '('.