Skip to content

Commit a233f03

Browse files
committed
Typo fix; NFC
1 parent 0cf4f81 commit a233f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/DeclTemplate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ class TemplateTypeParmDecl final : public TypeDecl,
11891189

11901190
/// Whether the type constraint has been initialized. This can be false if the
11911191
/// constraint was not initialized yet or if there was an error forming the
1192-
/// type constriant.
1192+
/// type constraint.
11931193
bool TypeConstraintInitialized : 1;
11941194

11951195
/// Whether this non-type template parameter is an "expanded"

0 commit comments

Comments
 (0)