diff --git a/libcxx/include/__ranges/access.h b/libcxx/include/__ranges/access.h index e2c201b2a81f61..a7c352f0273fae 100644 --- a/libcxx/include/__ranges/access.h +++ b/libcxx/include/__ranges/access.h @@ -1,5 +1,5 @@ // -*- C++ -*- -//===------------------------ __ranges/begin.h ----------------------------===// +//===------------------------ __ranges/access.h ---------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/libcxx/include/__ranges/concepts.h b/libcxx/include/__ranges/concepts.h index bccb8f64a2a176..8f2f467e9878b6 100644 --- a/libcxx/include/__ranges/concepts.h +++ b/libcxx/include/__ranges/concepts.h @@ -33,7 +33,7 @@ namespace ranges { ranges::end(__t); }; - // `iterator_t` defined in <__ranges/begin.h> + // `iterator_t` defined in <__ranges/access.h> template using sentinel_t = decltype(ranges::end(declval<_Rp&>()));