]> granicus.if.org Git - clang/commitdiff
Fix a typo in a comment
authorDouglas Gregor <dgregor@apple.com>
Tue, 28 Jul 2009 16:39:25 +0000 (16:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 28 Jul 2009 16:39:25 +0000 (16:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77324 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/StmtProfile.cpp

index af2b934125dabb45a8d29f6ec5b59376d03a0f69..0f241c20ab2aec9e881de19e044c0bbc00fe41e7 100644 (file)
@@ -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"