Fix a misleading comment...


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41301 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/clang/Basic/TokenKinds.def b/include/clang/Basic/TokenKinds.def
index edd2c9d..1e90074 100644
--- a/include/clang/Basic/TokenKinds.def
+++ b/include/clang/Basic/TokenKinds.def
@@ -87,7 +87,7 @@
 // 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.