git: f34fe1a084e5 - stable/14 - libiconv: Fix typo in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Jan 2026 16:13:45 UTC
The branch stable/14 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f34fe1a084e5874f0fe955bed95e7381cce0566f
commit f34fe1a084e5874f0fe955bed95e7381cce0566f
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-01-13 14:31:29 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-26 16:13:30 +0000
libiconv: Fix typo in comment
(cherry picked from commit dec3ea45b65442b4f3cafcd8a672f1e13b69a066)
(cherry picked from commit 14dc55c7a03d4d3b3fae9a8ed38649cb2d3fbc52)
---
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;