[libc++] s/begin.h/access.h/ in comments. NFCI.
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sat, 1 May 2021 00:07:00 +0000 (20:07 -0400)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sat, 1 May 2021 00:07:00 +0000 (20:07 -0400)
libcxx/include/__ranges/access.h
libcxx/include/__ranges/concepts.h

index e2c201b..a7c352f 100644 (file)
@@ -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.
index bccb8f6..8f2f467 100644 (file)
@@ -33,7 +33,7 @@ namespace ranges {
     ranges::end(__t);
   };
 
-  // `iterator_t` defined in <__ranges/begin.h>
+  // `iterator_t` defined in <__ranges/access.h>
 
   template <range _Rp>
   using sentinel_t = decltype(ranges::end(declval<_Rp&>()));