From: Douglas Gregor Date: Tue, 28 Jul 2009 16:39:25 +0000 (+0000) Subject: Fix a typo in a comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00aa3a64b48278a490344f72eb2405e58849b051;p=clang 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 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"