Fix a comment.
authorAdrian Prantl <aprantl@apple.com>
Thu, 22 Jan 2015 16:55:16 +0000 (16:55 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 22 Jan 2015 16:55:16 +0000 (16:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226834 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DebugInfo.h

index c8c01def08d759d9da5a028e97d1c25476933ec0..7b66e1c2ad5d9379c1e3f9bd0a2b7b7bf281ada5 100644 (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.