From: Sean Hunt Date: Tue, 1 Jun 2010 23:29:39 +0000 (+0000) Subject: Fix comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=891f27380c0221d9c7df9bcad9824b47a3a18a11;p=oota-llvm.git Fix comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/ClangASTNodesEmitter.h b/utils/TableGen/ClangASTNodesEmitter.h index 55d9a1c58b7..abf9c9a0f16 100644 --- a/utils/TableGen/ClangASTNodesEmitter.h +++ b/utils/TableGen/ClangASTNodesEmitter.h @@ -22,7 +22,7 @@ namespace llvm { -/// ClangStmtNodesEmitter - The top-level class emits .inc files containing +/// ClangASTNodesEmitter - The top-level class emits .inc files containing /// declarations of Clang statements. /// class ClangASTNodesEmitter : public TableGenBackend {