]> granicus.if.org Git - clang/commitdiff
Fix a misleading comment...
authorSteve Naroff <snaroff@apple.com>
Wed, 22 Aug 2007 22:19:13 +0000 (22:19 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 22 Aug 2007 22:19:13 +0000 (22:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41301 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TokenKinds.def

index edd2c9df76e5ecc3a42e0a91efc390300ea890d8..1e90074b3d77028c3015fd998a4cdf4e00f6deec 100644 (file)
@@ -87,7 +87,7 @@ PPKEYWORD(define_other_target)
 // Language keywords.
 //===----------------------------------------------------------------------===//
 
-// These define members of the tok::kw_* namespace.
+// These define members of the tok::* namespace.
 
 TOK(unknown)             // Not a token.
 TOK(eof)                 // End of file.