diff options
-rw-r--r-- | lib/AST/StmtProfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/StmtProfile.cpp b/lib/AST/StmtProfile.cpp index af2b934125..0f241c20ab 100644 --- a/lib/AST/StmtProfile.cpp +++ b/lib/AST/StmtProfile.cpp @@ -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" |