[cfe-commits] r42724 - /cfe/trunk/include/clang/Lex/IdentifierTable.h
Chris Lattner
sabre at nondot.org
Sun Oct 7 00:54:24 PDT 2007
Author: lattner
Date: Sun Oct 7 02:54:23 2007
New Revision: 42724
URL: http://llvm.org/viewvc/llvm-project?rev=42724&view=rev
Log:
update comment.
Modified:
cfe/trunk/include/clang/Lex/IdentifierTable.h
Modified: cfe/trunk/include/clang/Lex/IdentifierTable.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/IdentifierTable.h?rev=42724&r1=42723&r2=42724&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/IdentifierTable.h (original)
+++ cfe/trunk/include/clang/Lex/IdentifierTable.h Sun Oct 7 02:54:23 2007
@@ -84,7 +84,7 @@
void setTokenID(tok::TokenKind ID) { TokenID = ID; }
/// getPPKeywordID - Return the preprocessor keyword ID for this identifier.
- /// For example, define will return tok::pp_define.
+ /// For example, "define" will return tok::pp_define.
tok::PPKeywordKind getPPKeywordID() const;
/// getObjCKeywordID - Return the Objective-C keyword ID for the this
More information about the cfe-commits
mailing list