aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-01-13 14:31:29 +0000
committerEd Maste <emaste@FreeBSD.org>2026-01-22 15:36:37 +0000
commitdec3ea45b65442b4f3cafcd8a672f1e13b69a066 (patch)
tree567dcabd5190116dcf21e2d8a5fdd0d5d5b379cb
parent129aec72250266e60c07ff4643623188f7c27a9d (diff)
libiconv: Fix typo in comment
-rw-r--r--lib/libiconv_modules/mapper_std/citrus_mapper_std.c2
1 files changed, 1 insertions, 1 deletions
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;