Fix a comment.

llvm-svn: 226834
This commit is contained in:
Adrian Prantl 2015-01-22 16:55:16 +00:00
parent 0729053dac
commit 438b250d8a
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ template <> DITypeRef DIDescriptor::getFieldAs<DITypeRef>(unsigned Elt) const;
/// \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.