[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:09:58 PDT 2022


avogelsgesang created this revision.
avogelsgesang added reviewers: Mordante, philnik.
Herald added a project: All.
avogelsgesang requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

I made this commit primarily to test my commit access to the LLVM repo


Repository:
  rG LLVM Github Monorepo

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.450654.patch
Type: text/x-patch
Size: 607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220807/833770b6/attachment.bin>


More information about the libcxx-commits mailing list