Remove stray null from the middle of a comment. (Found because my editor

was refusing to open the file.)

llvm-svn: 128402
This commit is contained in:
Eli Friedman 2011-03-28 02:00:21 +00:00
parent 93615d9912
commit 9db11f82a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;