diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-07-06 21:23:35 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-07-06 21:23:35 +0200 |
commit | 91fbd12d5736b3cc9fc6bc2545e877dd65be1f6c (patch) | |
tree | b1c5628c2e29981afbc1fdf787d032e130fe4817 /ext/intl/collator/collator_is_numeric.c | |
parent | 2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c (diff) | |
download | php-git-91fbd12d5736b3cc9fc6bc2545e877dd65be1f6c.tar.gz |
Fix a few comments
Diffstat (limited to 'ext/intl/collator/collator_is_numeric.c')
-rw-r--r-- | ext/intl/collator/collator_is_numeric.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/intl/collator/collator_is_numeric.c b/ext/intl/collator/collator_is_numeric.c index dffa2c81b9..6f7311fa96 100644 --- a/ext/intl/collator/collator_is_numeric.c +++ b/ext/intl/collator/collator_is_numeric.c @@ -15,9 +15,7 @@ #include "collator_is_numeric.h" -/* {{{ collator_u_strtod - * Taken from PHP6:zend_u_strtod() - */ +/* {{{ Taken from PHP6:zend_u_strtod() */ static double collator_u_strtod(const UChar *nptr, UChar **endptr) /* {{{ */ { const UChar *u = nptr, *nstart; |