Typo fix; NFC
authorAaron Ballman <aaron@aaronballman.com>
Thu, 26 Aug 2021 16:53:52 +0000 (12:53 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 26 Aug 2021 16:53:52 +0000 (12:53 -0400)
clang/include/clang/AST/DeclTemplate.h

index cbaa287..d59a054 100644 (file)
@@ -1189,7 +1189,7 @@ class TemplateTypeParmDecl final : public TypeDecl,
 
   /// Whether the type constraint has been initialized. This can be false if the
   /// constraint was not initialized yet or if there was an error forming the
-  /// type constriant.
+  /// type constraint.
   bool TypeConstraintInitialized : 1;
 
   /// Whether this non-type template parameter is an "expanded"