]> granicus.if.org Git - clang/commitdiff
Fix docs typo in FunctionTemplateSpecializationInfo
authorJonathan Roelofs <jonathan@codesourcery.com>
Wed, 15 Apr 2015 20:47:22 +0000 (20:47 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Wed, 15 Apr 2015 20:47:22 +0000 (20:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235039 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclTemplate.h

index 39b5208a6622112c6b1a772d8b91acb837d2efbc..90cfb20491737bc07fdbc0968b6ba7bf4a2d9e05 100644 (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