[llvm] r226834 - Fix a comment.

Adrian Prantl aprantl at apple.com
Thu Jan 22 08:55:16 PST 2015


Author: adrian
Date: Thu Jan 22 10:55:16 2015
New Revision: 226834

URL: http://llvm.org/viewvc/llvm-project?rev=226834&view=rev
Log:
Fix a comment.

Modified:
    llvm/trunk/include/llvm/IR/DebugInfo.h

Modified: llvm/trunk/include/llvm/IR/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DebugInfo.h?rev=226834&r1=226833&r2=226834&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/IR/DebugInfo.h Thu Jan 22 10:55:16 2015
@@ -397,7 +397,7 @@ template <> DITypeRef DIDescriptor::getF
 /// \brief Specialize DIRef constructor for DITypeRef.
 template <> DIRef<DIType>::DIRef(const Metadata *V);
 
-/// \briefThis is a wrapper for a type.
+/// \brief This is a wrapper for a type.
 ///
 /// FIXME: Types should be factored much better so that CV qualifiers and
 /// others do not require a huge and empty descriptor full of zeros.





More information about the llvm-commits mailing list