[libcxx-commits] [PATCH] D131365: [libc++][NFC] Fix `the the` in comment

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 7 11:15:06 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfc40804a5a1d: [libc++][NFC] Fix `the the` in comment in `__format/buffer.h` (authored by avogelsgesang).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131365/new/

https://reviews.llvm.org/D131365

Files:
  libcxx/include/__format/buffer.h


Index: libcxx/include/__format/buffer.h
===================================================================
--- libcxx/include/__format/buffer.h
+++ libcxx/include/__format/buffer.h
@@ -302,7 +302,7 @@
 ///
 /// This version is used when \c __enable_direct_output<_OutIt, _CharT> == true.
 ///
-/// This class limits the size available the the direct writer so it will not
+/// This class limits the size available to the direct writer so it will not
 /// exceed the maximum number of code units.
 template <class _OutIt, __formatter::__char_type _CharT>
   requires(output_iterator<_OutIt, const _CharT&>)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131365.450656.patch
Type: text/x-patch
Size: 607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220807/b7531ff5/attachment.bin>


More information about the libcxx-commits mailing list