From: Chris Lattner Date: Sun, 7 Oct 2007 07:54:23 +0000 (+0000) Subject: update comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d9a3e648d6bf6b347174152f191bd1377528f8c;p=clang update comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42724 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/IdentifierTable.h b/include/clang/Lex/IdentifierTable.h index d987285df4..44565a3395 100644 --- a/include/clang/Lex/IdentifierTable.h +++ b/include/clang/Lex/IdentifierTable.h @@ -84,7 +84,7 @@ public: 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