summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2015-04-15 20:47:22 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2015-04-15 20:47:22 +0000
commitc7749fca079bb9fa4440bca80dda01d0bdef7ac8 (patch)
treeb669bb80dd78644e73f36b2a564d322b7162cf69
parenta7a8f57b06f691d8530fb52c621850ccefdf3c0f (diff)
downloadbcm5719-llvm-c7749fca079bb9fa4440bca80dda01d0bdef7ac8.tar.gz
bcm5719-llvm-c7749fca079bb9fa4440bca80dda01d0bdef7ac8.zip
Fix docs typo in FunctionTemplateSpecializationInfo
llvm-svn: 235039
-rw-r--r--clang/include/clang/AST/DeclTemplate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/DeclTemplate.h b/clang/include/clang/AST/DeclTemplate.h
index 39b5208a662..90cfb204917 100644
--- a/clang/include/clang/AST/DeclTemplate.h
+++ b/clang/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<FunctionTemplateDecl *, 2> Template;
/// \brief The template arguments used to produce the function template
OpenPOWER on IntegriCloud