From fdc8230dfa05ffe352f34a302efa40b27f338e5f Mon Sep 17 00:00:00 2001 From: TELK Date: Sun, 11 Apr 2021 19:48:51 +0900 Subject: Cleanup: Fix comment for only one form (#9012) --- src/strings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.cpp b/src/strings.cpp index 1f288d308..33724158c 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -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; -- cgit v1.2.3-70-g09d2