From: Jonathan Roelofs Date: Wed, 15 Apr 2015 20:47:22 +0000 (+0000) Subject: Fix docs typo in FunctionTemplateSpecializationInfo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f3ea254471553ecf00c67f264c898402e1b6559;p=clang Fix docs typo in FunctionTemplateSpecializationInfo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235039 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclTemplate.h b/include/clang/AST/DeclTemplate.h index 39b5208a66..90cfb20491 100644 --- a/include/clang/AST/DeclTemplate.h +++ b/include/clang/AST/DeclTemplate.h @@ -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 Template; /// \brief The template arguments used to produce the function template