Skip to content

Commit fc40804

Browse files
committed
[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
1 parent 5b14c7a commit fc40804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__format/buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ struct _LIBCPP_TEMPLATE_VIS __format_to_n_buffer_base {
302302
///
303303
/// This version is used when \c __enable_direct_output<_OutIt, _CharT> == true.
304304
///
305-
/// This class limits the size available the the direct writer so it will not
305+
/// This class limits the size available to the direct writer so it will not
306306
/// exceed the maximum number of code units.
307307
template <class _OutIt, __formatter::__char_type _CharT>
308308
requires(output_iterator<_OutIt, const _CharT&>)

0 commit comments

Comments
 (0)