summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/xml/xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c
index 047a0117d9..7547a9bff2 100644
--- a/ext/xml/xml.c
+++ b/ext/xml/xml.c
@@ -1038,7 +1038,7 @@ PHP_FUNCTION(xml_parser_create)
}
/* }}} */
-/* {{{ proto int xml_set_object(int pind,object &obj)
+/* {{{ proto int xml_set_object(int pind, object &obj)
Set up object which should be used for callbacks */
PHP_FUNCTION(xml_set_object)
{