diff --git a/clang/include/clang/AST/ComparisonCategories.h b/clang/include/clang/AST/ComparisonCategories.h index 1c94cee4b7c43..b4ad37e394ce2 100644 --- a/clang/include/clang/AST/ComparisonCategories.h +++ b/clang/include/clang/AST/ComparisonCategories.h @@ -39,9 +39,8 @@ class NamespaceDecl; /// An enumeration representing the different comparison categories /// types. /// -/// C++2a [cmp.categories.pre] The types weak_equality, strong_equality, -/// partial_ordering, weak_ordering, and strong_ordering are collectively -/// termed the comparison category types. +/// C++20 [cmp.categories.pre] The types partial_ordering, weak_ordering, and +/// strong_ordering are collectively termed the comparison category types. enum class ComparisonCategoryType : unsigned char { PartialOrdering, WeakOrdering,