From 91fbd12d5736b3cc9fc6bc2545e877dd65be1f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Mon, 6 Jul 2020 21:23:35 +0200 Subject: Fix a few comments --- ext/intl/collator/collator_is_numeric.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/intl/collator/collator_is_numeric.c') 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; -- cgit v1.2.1