whitespace and comment changes, to fix grammar and 80 col violations

llvm-svn: 56776
This commit is contained in:
Nico Weber 2008-09-29 00:25:48 +00:00
parent b6b1abb0f5
commit 378c5539c8
2 changed files with 5 additions and 5 deletions

View File

@ -334,7 +334,7 @@ void TokenLexer::Lex(Token &Tok) {
/// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
/// operator. Read the ## and RHS, and paste the LHS/RHS together. If there
/// are is another ## after it, chomp it iteratively. Return the result as Tok.
/// are more ## after it, chomp them iteratively. Return the result as Tok.
/// If this returns true, the caller should immediately return the token.
bool TokenLexer::PasteTokens(Token &Tok) {
llvm::SmallVector<char, 128> Buffer;