aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/Stmt.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-20 11:47:15 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-20 11:47:15 +0000
commit063820655db8121f0022a7c51458463c7250324c (patch)
tree21245e77d251a07323a288622c20d74679b6bc61 /include/clang/AST/Stmt.h
parentd2b0cf38be1e6bd9b35353ae3da49eda5dc4e1e5 (diff)
downloadclang-063820655db8121f0022a7c51458463c7250324c.tar.gz
Miscellaneous speling fixes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193046 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/Stmt.h')
-rw-r--r--include/clang/AST/Stmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Stmt.h b/include/clang/AST/Stmt.h
index 4674ea0e71..ace53d83b3 100644
--- a/include/clang/AST/Stmt.h
+++ b/include/clang/AST/Stmt.h
@@ -547,7 +547,7 @@ public:
CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
SourceLocation LB, SourceLocation RB);
- // \brief Build an empty compound statment with a location.
+ // \brief Build an empty compound statement with a location.
explicit CompoundStmt(SourceLocation Loc)
: Stmt(CompoundStmtClass), Body(0), LBracLoc(Loc), RBracLoc(Loc) {
CompoundStmtBits.NumStmts = 0;