From: Aaron Ballman Date: Thu, 26 Aug 2021 16:53:52 +0000 (-0400) Subject: Typo fix; NFC X-Git-Tag: upstream/15.0.7~32945 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a233f0350d4790227f138e2118c0d18c2b45f855;p=platform%2Fupstream%2Fllvm.git Typo fix; NFC --- diff --git a/clang/include/clang/AST/DeclTemplate.h b/clang/include/clang/AST/DeclTemplate.h index cbaa287..d59a054 100644 --- a/clang/include/clang/AST/DeclTemplate.h +++ b/clang/include/clang/AST/DeclTemplate.h @@ -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"