Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa authored and krakjoe committed Oct 25, 2017
1 parent e763a1c commit 578ba71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/intl/uchar/uchar.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ IC_METHOD(getIntPropertyMinValue) {
}
/* }}} */

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

ZVAL_NULL(&retval);
/* Note that $start is INclusive, whiel $limit is EXclusive
/* Note that $start is INclusive, while $limit is EXclusive
* Therefore (0, 32, 15) means CPs 0..31 are of type 15
*/
ZVAL_LONG(&args[0], start);
Expand Down

0 comments on commit 578ba71

Please sign in to comment.