[libcxx-commits] [libcxx] fc40804 - [libc++][NFC] Fix `the the` in comment in `__format/buffer.h`

Adrian Vogelsgesang via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 7 11:14:54 PDT 2022


Author: Adrian Vogelsgesang
Date: 2022-08-07T11:14:43-07:00
New Revision: fc40804a5a1d30d336576956d2a84600872092a1

URL: https://github.com/llvm/llvm-project/commit/fc40804a5a1d30d336576956d2a84600872092a1
DIFF: https://github.com/llvm/llvm-project/commit/fc40804a5a1d30d336576956d2a84600872092a1.diff

LOG: [libc++][NFC] Fix `the the` in comment in `__format/buffer.h`

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

Differential Revision: https://reviews.llvm.org/D131365

Added: 
    

Modified: 
    libcxx/include/__format/buffer.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__format/buffer.h b/libcxx/include/__format/buffer.h
index d9b08064dfb30..1837ad06ba18e 100644
--- a/libcxx/include/__format/buffer.h
+++ b/libcxx/include/__format/buffer.h
@@ -302,7 +302,7 @@ struct _LIBCPP_TEMPLATE_VIS __format_to_n_buffer_base {
 ///
 /// 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&>)


        


More information about the libcxx-commits mailing list