tests-mbwc/tst_funcs.h: Fix typo

Signed-off-by: Alejandro Colomar <alx@kernel.org>
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Alejandro Colomar 2025-09-14 08:01:23 +02:00 committed by Adhemerval Zanella
parent 4ae9b66048
commit 3746668bcf
1 changed files with 1 additions and 1 deletions

View File

@ -128,6 +128,6 @@ TST_WCSCMP tst_wcscmp_loc [] = {
}
},
{
{ Twcschr, TST_LOC_end}
{ Twcscmp, TST_LOC_end}
}
};