summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-05-05 17:37:42 +0800
committerXinchen Hui <laruence@php.net>2015-05-05 17:37:42 +0800
commit5f8bc73fc3fdfddd04d2aeef0f7fbd4a7a05a82a (patch)
treebc80f6dfd521e0b3148c5824ad42f7205e105ada /ext/simplexml/simplexml.c
parent7b9e4e19e1358af0154180255ec8b4f84c7a992d (diff)
downloadphp-git-5f8bc73fc3fdfddd04d2aeef0f7fbd4a7a05a82a.tar.gz
fixed comment
Diffstat (limited to 'ext/simplexml/simplexml.c')
-rw-r--r--ext/simplexml/simplexml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c
index e71fadaa13..d2ed7da008 100644
--- a/ext/simplexml/simplexml.c
+++ b/ext/simplexml/simplexml.c
@@ -829,7 +829,7 @@ static int sxe_property_exists(zval *object, zval *member, int check_empty, void
}
/* }}} */
-/* {{{ sxe_property_exists()
+/* {{{ sxe_dimension_exists()
*/
static int sxe_dimension_exists(zval *object, zval *member, int check_empty)
{