]> granicus.if.org Git - clang/commitdiff
Remove stray null from the middle of a comment. (Found because my editor
authorEli Friedman <eli.friedman@gmail.com>
Mon, 28 Mar 2011 02:00:21 +0000 (02:00 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 28 Mar 2011 02:00:21 +0000 (02:00 +0000)
was refusing to open the file.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128402 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclBase.h

index caab56a0cd24d27721e101ae2233a0b3068ea187..1656240bc4eebfbc8e73930c699cc0bcf622ecc2 100644 (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' attr\0ibute, 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;