From: Ben Pfaff Date: Tue, 5 Jan 2021 22:20:16 +0000 (-0800) Subject: format: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7479c9a558c9d46c5685724b0a67f8ba2e7956c;p=pspp format: Fix typo in comment. --- 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