Fix a typo in a comment

llvm-svn: 77324
This commit is contained in:
Douglas Gregor 2009-07-28 16:39:25 +00:00
parent ee4465cf82
commit 32615a13f4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
//
// This file implements the Stmt::Profile method, which builds a unique bit
// representation that identifiers a statement/expression.
// representation that identifies a statement/expression.
//
//===----------------------------------------------------------------------===//
#include "clang/AST/ASTContext.h"