diff options
author | Steve Naroff <snaroff@apple.com> | 2008-09-04 15:31:07 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-09-04 15:31:07 +0000 |
commit | bfdcae678d44906293e21c0cddc6537f3ee8b5a4 (patch) | |
tree | 09618ae14a7fe5c4d4c0d4a7a9032a56209b8696 /lib/AST/Expr.cpp | |
parent | 1c7d067550c2d9bca8997d0e67ee6b280d493202 (diff) |
Fix a handful of typos (closure->block) to avoid confusion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/Expr.cpp')
-rw-r--r-- | lib/AST/Expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/Expr.cpp b/lib/AST/Expr.cpp index 1ab2220387..f72ff4f6ca 100644 --- a/lib/AST/Expr.cpp +++ b/lib/AST/Expr.cpp @@ -282,7 +282,7 @@ InitListExpr::InitListExpr(SourceLocation lbraceloc, InitExprs.push_back(initexprs[i]); } -/// getFunctionType - Return the underlying function type for this closure. +/// getFunctionType - Return the underlying function type for this block. /// const FunctionType *BlockExpr::getFunctionType() const { return getType()->getAsBlockPointerType()-> |