[cfe-commits] r172555 - /cfe/trunk/lib/Lex/PPMacroExpansion.cpp
Aaron Ballman
aaron at aaronballman.com
Tue Jan 15 13:59:46 PST 2013
Author: aaronballman
Date: Tue Jan 15 15:59:46 2013
New Revision: 172555
URL: http://llvm.org/viewvc/llvm-project?rev=172555&view=rev
Log:
Typo correction; no functional change.
Modified:
cfe/trunk/lib/Lex/PPMacroExpansion.cpp
Modified: cfe/trunk/lib/Lex/PPMacroExpansion.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PPMacroExpansion.cpp?rev=172555&r1=172554&r2=172555&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPMacroExpansion.cpp (original)
+++ cfe/trunk/lib/Lex/PPMacroExpansion.cpp Tue Jan 15 15:59:46 2013
@@ -965,7 +965,7 @@
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 '('.
More information about the cfe-commits
mailing list