diff options
Diffstat (limited to 'include/clang/AST/ASTContext.h')
-rw-r--r-- | include/clang/AST/ASTContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index 27a910f9ac..eeaba7a71d 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -840,7 +840,7 @@ public: /// Builds the struct used for __block variables. QualType BuildByRefType(StringRef DeclName, QualType Ty) const; - /// Returns true if we need copy/dispose helpers for the given type. + /// Returns true iff we need copy/dispose helpers for the given type. bool BlockRequiresCopying(QualType Ty) const; /// \brief Return the uniqued reference to the type for an lvalue reference |