From 6d9a3e648d6bf6b347174152f191bd1377528f8c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Oct 2007 07:54:23 +0000 Subject: [PATCH] update comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42724 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/IdentifierTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0