git: 14dc55c7a03d - stable/15 - libiconv: Fix typo in comment

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 26 Jan 2026 15:53:08 UTC
The branch stable/15 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=14dc55c7a03d4d3b3fae9a8ed38649cb2d3fbc52

commit 14dc55c7a03d4d3b3fae9a8ed38649cb2d3fbc52
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-01-13 14:31:29 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-26 15:52:54 +0000

    libiconv: Fix typo in comment
    
    (cherry picked from commit dec3ea45b65442b4f3cafcd8a672f1e13b69a066)
---
 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;