Skip to content

Commit 578ba71

Browse files
villfakrakjoe
authored andcommitted
Fix typo in comments
1 parent e763a1c commit 578ba71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/intl/uchar/uchar.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ IC_METHOD(getIntPropertyMinValue) {
132132
}
133133
/* }}} */
134134

135-
/* {{{ proto int IntlChar::getIntPropertyMxValue(int $property) */
135+
/* {{{ proto int IntlChar::getIntPropertyMaxValue(int $property) */
136136
ZEND_BEGIN_ARG_INFO_EX(getIntPropertyMaxValue_arginfo, 0, ZEND_RETURN_VALUE, 1)
137137
ZEND_ARG_INFO(0, property)
138138
ZEND_END_ARG_INFO();
@@ -179,7 +179,7 @@ static UBool enumCharType_callback(enumCharType_data *context,
179179
zval args[3];
180180

181181
ZVAL_NULL(&retval);
182-
/* Note that $start is INclusive, whiel $limit is EXclusive
182+
/* Note that $start is INclusive, while $limit is EXclusive
183183
* Therefore (0, 32, 15) means CPs 0..31 are of type 15
184184
*/
185185
ZVAL_LONG(&args[0], start);

0 commit comments

Comments
 (0)