Fix a typo in a comment

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77324 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/StmtProfile.cpp b/lib/AST/StmtProfile.cpp
index af2b934..0f241c2 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"