From: Adrian Prantl Date: Thu, 22 Jan 2015 16:55:16 +0000 (+0000) Subject: Fix a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ebc4de2cba59750465b62232faab7850a62d3a7b;p=oota-llvm.git Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226834 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/DebugInfo.h b/include/llvm/IR/DebugInfo.h index c8c01def08d..7b66e1c2ad5 100644 --- a/include/llvm/IR/DebugInfo.h +++ b/include/llvm/IR/DebugInfo.h @@ -397,7 +397,7 @@ template <> DITypeRef DIDescriptor::getFieldAs(unsigned Elt) const; /// \brief Specialize DIRef constructor for DITypeRef. template <> DIRef::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.