From b7479c9a558c9d46c5685724b0a67f8ba2e7956c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 5 Jan 2021 14:20:16 -0800 Subject: [PATCH] format: Fix typo in comment. --- src/data/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/format.h b/src/data/format.h index d52848fadc..09c6331ef2 100644 --- a/src/data/format.h +++ b/src/data/format.h @@ -174,7 +174,7 @@ struct fmt_number_style char grouping; /* Grouping character: ',', '.', or 0. */ /* A fmt_affix may require more bytes than its display width; for example, - U+00A5 (Â¥) is 3 bytes in UTF-8 but occupies only one display column. + U+00A5 (Â¥) is 2 bytes in UTF-8 but occupies only one display column. This member is the sum of the number of bytes required by all of the fmt_affix members in this struct, minus their display widths. Thus, it can be used to size memory allocations: for example, the formatted -- 2.30.2