Skip to content

Commit 9f1269a

Browse files
committed
[skip ci] fix typo in comment
1 parent 5904952 commit 9f1269a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/metaphone.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static const char _codes[26] =
7878
};
7979

8080

81-
/* Note: these function require an uppercase letter input! */
81+
/* Note: these functions require an uppercase letter input! */
8282
static zend_always_inline char encode(char c) {
8383
if (isalpha(c)) {
8484
ZEND_ASSERT(c >= 'A' && c <= 'Z');

0 commit comments

Comments
 (0)