]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
tests-mbwc/tst_funcs.h: Fix typo
authorAlejandro Colomar <alx@kernel.org>
Sun, 14 Sep 2025 06:01:23 +0000 (08:01 +0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 1 Oct 2025 17:49:10 +0000 (14:49 -0300)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
localedata/tests-mbwc/dat_wcscmp.c

index a7be0fe75eaec3b233eb60c72643ce3c45b97c0b..99eee430b265b10df0af43c162d720321d797825 100644 (file)
@@ -128,6 +128,6 @@ TST_WCSCMP tst_wcscmp_loc [] = {
     }
   },
   {
-    { Twcschr, TST_LOC_end}
+    { Twcscmp, TST_LOC_end}
   }
 };