Small typo fix.

oldstable
James Hatheway 2001-04-12 21:06:39 +00:00 committed by Alexandre Julliard
parent 4ae481e4e0
commit 035a75852b
1 changed files with 1 additions and 1 deletions

View File

@ -1910,7 +1910,7 @@ INT WINAPI LCMapStringA(
SORT_STRINGSORT | \
NORM_IGNOREWIDTH | \
NORM_IGNOREKANATYPE)
/* FIXME: as long as we don't support Kanakana nor Hirigana
/* FIXME: as long as we don't support Katakana nor Hiragana
* characters, we can support NORM_IGNOREKANATYPE
*/
if (mapflags & ~LCMAPSTRINGA_SUPPORTED_FLAGS)