[cfe-commits] r39482 - /cfe/cfe/trunk/include/clang/Lex/LexerToken.h

bwendlin at cs.uiuc.edu bwendlin at cs.uiuc.edu
Wed Jul 11 09:44:51 PDT 2007


Author: bwendlin
Date: Wed Jul 11 11:44:51 2007
New Revision: 39482

URL: http://llvm.org/viewvc/llvm-project?rev=39482&view=rev
Log:
Bug #:
Submitted by: Bill Wendling
Reviewed by: Chris Lattner

- Comment fix.

Modified:
    cfe/cfe/trunk/include/clang/Lex/LexerToken.h

Modified: cfe/cfe/trunk/include/clang/Lex/LexerToken.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/Lex/LexerToken.h?rev=39482&r1=39481&r2=39482&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/Lex/LexerToken.h (original)
+++ cfe/cfe/trunk/include/clang/Lex/LexerToken.h Wed Jul 11 11:44:51 2007
@@ -23,7 +23,7 @@
 class IdentifierInfo;
 
 /// LexerToken - This structure provides full information about a lexed token.
-/// it is not intended to be space efficient, it is intended to return as much
+/// It is not intended to be space efficient, it is intended to return as much
 /// information as possible about each returned token.  This is expected to be
 /// compressed into a smaller form if memory footprint is important.
 class LexerToken {





More information about the cfe-commits mailing list