From: Steve Naroff Date: Wed, 22 Aug 2007 22:19:13 +0000 (+0000) Subject: Fix a misleading comment... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5e7df5cc9f486495c55e7dc754dc9efd9bfcf7d;p=clang 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 edd2c9df76..1e90074b3d 100644 --- a/include/clang/Basic/TokenKinds.def +++ b/include/clang/Basic/TokenKinds.def @@ -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.