Author: efriedma
Date: Sun Mar 27 21:00:21 2011
New Revision: 128402

URL: http://llvm.org/viewvc/llvm-project?rev=128402&view=rev
Log:
Remove stray null from the middle of a comment.  (Found because my editor
was refusing to open the file.)


Modified:
    cfe/trunk/include/clang/AST/DeclBase.h

Modified: cfe/trunk/include/clang/AST/DeclBase.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclBase.h?rev=128402&r1=128401&r2=128402&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclBase.h (original)
+++ cfe/trunk/include/clang/AST/DeclBase.h Sun Mar 27 21:00:21 2011
@@ -441,7 +441,7 @@
   /// \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;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to