Submitted by: Bill Wendling
Reviewed by: Chris Lattner

- Comment fix.

llvm-svn: 39482
This commit is contained in:
Bill Wendling 2007-05-23 08:03:10 +00:00
parent 7fd6893333
commit f06487034e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace clang {
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 {