diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-03-28 02:00:21 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-03-28 02:00:21 +0000 |
commit | 7f3ad231bed2184694e407772689e8903068bdca (patch) | |
tree | 76bb8a4fafe0645fe051ec699e9faa0556cf30a1 | |
parent | 3334b0b13ad3bf568a16cda29434b18d084f6dcb (diff) |
Remove stray null from the middle of a comment. (Found because my editor
was refusing to open the file.)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128402 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/DeclBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index caab56a0cd..1656240bc4 100644 --- a/include/clang/AST/DeclBase.h +++ b/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' attr + /// '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; |