Fix comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105297 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Hunt 2010-06-01 23:29:39 +00:00
parent 735419dfe7
commit 891f27380c

View File

@ -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 {