From: Alejandro Colomar Date: Sun, 14 Sep 2025 06:01:23 +0000 (+0200) Subject: tests-mbwc/tst_funcs.h: Fix typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3746668bcfeaf1f208c28059035dc67f5dac3682;p=thirdparty%2Fglibc.git tests-mbwc/tst_funcs.h: Fix typo Signed-off-by: Alejandro Colomar Reviewed-by: Adhemerval Zanella --- diff --git a/localedata/tests-mbwc/dat_wcscmp.c b/localedata/tests-mbwc/dat_wcscmp.c index a7be0fe75e..99eee430b2 100644 --- a/localedata/tests-mbwc/dat_wcscmp.c +++ b/localedata/tests-mbwc/dat_wcscmp.c @@ -128,6 +128,6 @@ TST_WCSCMP tst_wcscmp_loc [] = { } }, { - { Twcschr, TST_LOC_end} + { Twcscmp, TST_LOC_end} } };