diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp index af2b934125da..0f241c20ab2a 100644 --- a/clang/lib/AST/StmtProfile.cpp +++ b/clang/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"