The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=dec3ea45b65442b4f3cafcd8a672f1e13b69a066
commit dec3ea45b65442b4f3cafcd8a672f1e13b69a066 Author: Ed Maste <[email protected]> AuthorDate: 2026-01-13 14:31:29 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-01-22 15:36:37 +0000 libiconv: Fix typo in comment --- lib/libiconv_modules/mapper_std/citrus_mapper_std.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libiconv_modules/mapper_std/citrus_mapper_std.c b/lib/libiconv_modules/mapper_std/citrus_mapper_std.c index 5db142fcd36a..4284995e169b 100644 --- a/lib/libiconv_modules/mapper_std/citrus_mapper_std.c +++ b/lib/libiconv_modules/mapper_std/citrus_mapper_std.c @@ -307,7 +307,7 @@ rowcol_init(struct _citrus_mapper_std *ms) rc->rc_dst_ilseq = be32toh(eix->eix_dst_ilseq); } - /* calcurate expected table size */ + /* calculate expected table size */ i = rc->rc_src_rowcol_len; lz = &rc->rc_src_rowcol[--i]; table_size = lz->width;
