[clang] a233f03 - Typo fix; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 26 09:54:23 PDT 2021
Author: Aaron Ballman
Date: 2021-08-26T12:53:52-04:00
New Revision: a233f0350d4790227f138e2118c0d18c2b45f855
URL: https://github.com/llvm/llvm-project/commit/a233f0350d4790227f138e2118c0d18c2b45f855
DIFF: https://github.com/llvm/llvm-project/commit/a233f0350d4790227f138e2118c0d18c2b45f855.diff
LOG: Typo fix; NFC
Added:
Modified:
clang/include/clang/AST/DeclTemplate.h
Removed:
################################################################################
diff --git a/clang/include/clang/AST/DeclTemplate.h b/clang/include/clang/AST/DeclTemplate.h
index cbaa287f225a5..d59a0549f4c10 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"
More information about the cfe-commits
mailing list