aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-07-28 16:39:25 +0000
committerDouglas Gregor <dgregor@apple.com>2009-07-28 16:39:25 +0000
commit00aa3a64b48278a490344f72eb2405e58849b051 (patch)
treec2302bf33ec8b1d713625c175056627cf936db03
parentd584eb25189a545d20eb196273f1f85f9a17f92a (diff)
Fix a typo in a comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77324 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/AST/StmtProfile.cpp2
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"