summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/TokenLexer.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2008-09-29 00:25:48 +0000
committerNico Weber <nicolasweber@gmx.de>2008-09-29 00:25:48 +0000
commit378c5539c8e34c4ab21b0d3cb7cae736a9612fdb (patch)
treee74d23705f7736b09497899e70541b5e1b8c1e28 /clang/lib/Lex/TokenLexer.cpp
parentb6b1abb0f5b421bd9f25c7081d29ff3329f4177e (diff)
downloadbcm5719-llvm-378c5539c8e34c4ab21b0d3cb7cae736a9612fdb.tar.gz
bcm5719-llvm-378c5539c8e34c4ab21b0d3cb7cae736a9612fdb.zip
whitespace and comment changes, to fix grammar and 80 col violations
llvm-svn: 56776
Diffstat (limited to 'clang/lib/Lex/TokenLexer.cpp')
-rw-r--r--clang/lib/Lex/TokenLexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/TokenLexer.cpp b/clang/lib/Lex/TokenLexer.cpp
index fc8cfd715c4..a3fe7350f2a 100644
--- a/clang/lib/Lex/TokenLexer.cpp
+++ b/clang/lib/Lex/TokenLexer.cpp
@@ -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;
OpenPOWER on IntegriCloud