From d91c330242afd0495454611aa5f70718daca9e75 Mon Sep 17 00:00:00 2001 From: David Huang Date: Mon, 26 Jun 2023 13:42:24 +0200 Subject: [PATCH] Fixed comment for SimpleXml function getName --- 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 e219d7d07ef75..5d7137406bedb 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -1602,7 +1602,7 @@ PHP_METHOD(SimpleXMLElement, children) } /* }}} */ -/* {{{ Finds children of given node */ +/* {{{ Returns name of given node */ PHP_METHOD(SimpleXMLElement, getName) { php_sxe_object *sxe;