From 9db11f82a5c5f3c28b1345d6e1fabfc2bb128944 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 28 Mar 2011 02:00:21 +0000 Subject: [PATCH] Remove stray null from the middle of a comment. (Found because my editor was refusing to open the file.) llvm-svn: 128402 --- clang/include/clang/AST/DeclBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/AST/DeclBase.h b/clang/include/clang/AST/DeclBase.h index caab56a0cd24..1656240bc4ee 100644 --- a/clang/include/clang/AST/DeclBase.h +++ b/clang/include/clang/AST/DeclBase.h @@ -441,7 +441,7 @@ public: /// \brief Determine whether this is a weak-imported symbol. /// /// Weak-imported symbols are typically marked with the - /// 'weak_import' attribute, but may also be marked with an + /// 'weak_import' attribute, but may also be marked with an /// 'availability' attribute where we're targing a platform prior to /// the introduction of this feature. bool isWeakImported() const;