[cfe-commits] r77324 - /cfe/trunk/lib/AST/StmtProfile.cpp
Douglas Gregor
dgregor at apple.com
Tue Jul 28 09:39:26 PDT 2009
Author: dgregor
Date: Tue Jul 28 11:39:25 2009
New Revision: 77324
URL: http://llvm.org/viewvc/llvm-project?rev=77324&view=rev
Log:
Fix a typo in a comment
Modified:
cfe/trunk/lib/AST/StmtProfile.cpp
Modified: cfe/trunk/lib/AST/StmtProfile.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/StmtProfile.cpp?rev=77324&r1=77323&r2=77324&view=diff
==============================================================================
--- cfe/trunk/lib/AST/StmtProfile.cpp (original)
+++ cfe/trunk/lib/AST/StmtProfile.cpp Tue Jul 28 11:39:25 2009
@@ -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"
More information about the cfe-commits
mailing list