From 5f8bc73fc3fdfddd04d2aeef0f7fbd4a7a05a82a Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 5 May 2015 17:37:42 +0800 Subject: [PATCH] fixed comment --- ext/simplexml/simplexml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1