summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@gmail.com>2017-10-25 10:42:13 +0200
committerJoe Watkins <krakjoe@php.net>2017-10-25 20:59:40 +0100
commit578ba71b3b0a636554675be6a8f441615e74b80c (patch)
tree5cb3bfbf0e063eeef332e2fc2cd03cff3310c894
parente763a1cdc7483a5ca32703ff5ff8b7fc9baaa1e1 (diff)
downloadphp-git-578ba71b3b0a636554675be6a8f441615e74b80c.tar.gz
Fix typo in comments
-rw-r--r--ext/intl/uchar/uchar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/uchar/uchar.c b/ext/intl/uchar/uchar.c
index 7abc2a3623..f16cdf78e6 100644
--- a/ext/intl/uchar/uchar.c
+++ b/ext/intl/uchar/uchar.c
@@ -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();
@@ -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);