Cleanup: Fix comment for only one form (#9012)

This commit is contained in:
TELK 2021-04-11 19:48:51 +09:00 committed by GitHub
parent f9460c0c8b
commit fdc8230dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -534,7 +534,7 @@ static int DeterminePluralForm(int64 count, int plural_form)
/* Only one form.
* Used in:
* Hungarian, Japanese, Korean, Turkish */
* Hungarian, Japanese, Turkish */
case 1:
return 0;