[cfe-commits] r41301 - /cfe/trunk/include/clang/Basic/TokenKinds.def

Steve Naroff snaroff at apple.com
Wed Aug 22 15:19:13 PDT 2007


Author: snaroff
Date: Wed Aug 22 17:19:13 2007
New Revision: 41301

URL: http://llvm.org/viewvc/llvm-project?rev=41301&view=rev
Log:

Fix a misleading comment...

Modified:
    cfe/trunk/include/clang/Basic/TokenKinds.def

Modified: cfe/trunk/include/clang/Basic/TokenKinds.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/TokenKinds.def?rev=41301&r1=41300&r2=41301&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/TokenKinds.def (original)
+++ cfe/trunk/include/clang/Basic/TokenKinds.def Wed Aug 22 17:19:13 2007
@@ -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.





More information about the cfe-commits mailing list