aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__format
diff options
context:
space:
mode:
authorPiotr Fusik <fox@scene.pl>2023-01-22 19:59:52 +0100
committerMark de Wever <koraq@xs4all.nl>2023-01-22 20:05:51 +0100
commit898b5c9f5e7715f3ea4bb0ca2a8f23c301efa9c2 (patch)
tree078caa44888e92a46e4af8a5673d77ed21c7d6e8 /libcxx/include/__format
parent8e4dc4cfb81e8baf4692d78226fcac6e47acc133 (diff)
downloadllvm-898b5c9f5e7715f3ea4bb0ca2a8f23c301efa9c2.zip
llvm-898b5c9f5e7715f3ea4bb0ca2a8f23c301efa9c2.tar.gz
llvm-898b5c9f5e7715f3ea4bb0ca2a8f23c301efa9c2.tar.bz2
[NFC] Fix "form/from" typos
Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D142007
Diffstat (limited to 'libcxx/include/__format')
-rw-r--r--libcxx/include/__format/extended_grapheme_cluster_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__format/extended_grapheme_cluster_table.h b/libcxx/include/__format/extended_grapheme_cluster_table.h
index 0e00670..1ffcfeb 100644
--- a/libcxx/include/__format/extended_grapheme_cluster_table.h
+++ b/libcxx/include/__format/extended_grapheme_cluster_table.h
@@ -111,7 +111,7 @@ enum class __property : uint8_t {
/// - https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt
///
/// The data has 3 values
-/// - bits [0, 3] The property. One of the values generated form the datafiles
+/// - bits [0, 3] The property. One of the values generated from the datafiles
/// of \ref __property
/// - bits [4, 10] The size of the range.
/// - bits [11, 31] The lower bound code point of the range. The upper bound of