Fix a typo in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45031 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2007-12-14 15:11:58 +00:00
parent 1a8001e665
commit abb8bf131c

View File

@ -57,6 +57,6 @@ public:
void PrintStats() const;
};
} // end namespace clang
} // end namespace llvm
#endif