summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJF Bastien <jfbastien@apple.com>2019-04-30 00:11:53 +0000
committerJF Bastien <jfbastien@apple.com>2019-04-30 00:11:53 +0000
commitc7d252e2a5818fb25e7a2f7f229b1acc7b62e8f0 (patch)
treeb010da5490985b986df71bf199c9b4e64c030f89 /include
parentcde6bbc766130822b7b296d84d9e03cbdd010b95 (diff)
[NFC] typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/AST/ASTContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h
index 5832c290f6..33f222c2e5 100644
--- a/include/clang/AST/ASTContext.h
+++ b/include/clang/AST/ASTContext.h
@@ -2701,7 +2701,7 @@ public:
/// otherwise returns null.
const ObjCInterfaceDecl *getObjContainingInterface(const NamedDecl *ND) const;
- /// Set the copy inialization expression of a block var decl. \p CanThrow
+ /// Set the copy initialization expression of a block var decl. \p CanThrow
/// indicates whether the copy expression can throw or not.
void setBlockVarCopyInit(const VarDecl* VD, Expr *CopyExpr, bool CanThrow);