aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__format
diff options
context:
space:
mode:
authorHans Wennborg <hans@chromium.org>2023-10-23 10:27:00 +0200
committerHans Wennborg <hans@chromium.org>2023-10-23 10:42:28 +0200
commite2fc68c3db8862ef90c1c8f31a314eac1f79633b (patch)
tree63ab8985e0eaa62db5e599c438132fc1d503cd4d /libcxx/include/__format
parent514de38330abc2d17d8f15e333e5991c5a9d2b43 (diff)
downloadllvm-e2fc68c3db8862ef90c1c8f31a314eac1f79633b.zip
llvm-e2fc68c3db8862ef90c1c8f31a314eac1f79633b.tar.gz
llvm-e2fc68c3db8862ef90c1c8f31a314eac1f79633b.tar.bz2
Typos: 'maxium', 'minium'
Diffstat (limited to 'libcxx/include/__format')
-rw-r--r--libcxx/include/__format/formatter_floating_point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__format/formatter_floating_point.h b/libcxx/include/__format/formatter_floating_point.h
index fbb8aa9..9bf48df 100644
--- a/libcxx/include/__format/formatter_floating_point.h
+++ b/libcxx/include/__format/formatter_floating_point.h
@@ -136,7 +136,7 @@ struct __traits<double> {
/// Helper class to store the conversion buffer.
///
-/// Depending on the maxium size required for a value, the buffer is allocated
+/// Depending on the maximum size required for a value, the buffer is allocated
/// on the stack or the heap.
template <floating_point _Fp>
class _LIBCPP_TEMPLATE_VIS __float_buffer {