]> granicus.if.org Git - php/commitdiff
No meaning for unsigned
authorZeev Suraski <zeev@php.net>
Sun, 30 May 2004 17:34:11 +0000 (17:34 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 30 May 2004 17:34:11 +0000 (17:34 +0000)
ext/dom/node.c

index 013e34593c7b7164609fdcc6beb5f4434c200e90..6964812d234a0daee6dbbc46e53593315e60eb1c 100644 (file)
@@ -1412,7 +1412,7 @@ PHP_FUNCTION(dom_node_has_attributes)
 /* }}} end dom_node_has_attributes */
 
 
-/* {{{ proto unsigned short dom_node_compare_document_position(node other);
+/* {{{ proto short dom_node_compare_document_position(node other);
 URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-compareDocumentPosition
 Since: DOM Level 3
 */