Fix docs typo in FunctionTemplateSpecializationInfo

llvm-svn: 235039
This commit is contained in:
Jonathan Roelofs 2015-04-15 20:47:22 +00:00
parent a7a8f57b06
commit c7749fca07
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ public:
/// \brief The function template from which this function template
/// specialization was generated.
///
/// The two bits are contain the top 4 values of TemplateSpecializationKind.
/// The two bits contain the top 4 values of TemplateSpecializationKind.
llvm::PointerIntPair<FunctionTemplateDecl *, 2> Template;
/// \brief The template arguments used to produce the function template