File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ IC_METHOD(getIntPropertyMinValue) {
132
132
}
133
133
/* }}} */
134
134
135
- /* {{{ proto int IntlChar::getIntPropertyMxValue (int $property) */
135
+ /* {{{ proto int IntlChar::getIntPropertyMaxValue (int $property) */
136
136
ZEND_BEGIN_ARG_INFO_EX (getIntPropertyMaxValue_arginfo , 0 , ZEND_RETURN_VALUE , 1 )
137
137
ZEND_ARG_INFO (0 , property )
138
138
ZEND_END_ARG_INFO ();
@@ -179,7 +179,7 @@ static UBool enumCharType_callback(enumCharType_data *context,
179
179
zval args [3 ];
180
180
181
181
ZVAL_NULL (& retval );
182
- /* Note that $start is INclusive, whiel $limit is EXclusive
182
+ /* Note that $start is INclusive, while $limit is EXclusive
183
183
* Therefore (0, 32, 15) means CPs 0..31 are of type 15
184
184
*/
185
185
ZVAL_LONG (& args [0 ], start );
You can’t perform that action at this time.
0 commit comments