]> granicus.if.org Git - php/commitdiff
Fix typo
authorHannes Magnusson <bjori@php.net>
Sun, 16 Dec 2007 18:31:07 +0000 (18:31 +0000)
committerHannes Magnusson <bjori@php.net>
Sun, 16 Dec 2007 18:31:07 +0000 (18:31 +0000)
ext/spl/spl_array.c

index bed700bae983c50aff98c6fda424aca9db6f6d7d..33f35772f95cc01f221706464452f41a942aa199 100755 (executable)
@@ -1269,7 +1269,7 @@ SPL_ARRAY_METHOD(Array, natsort, 0) /* }}} */
 /* {{{ proto int ArrayObject::natcasesort()
        proto int ArrayIterator::natcasesort()
  Sort the entries by key using case insensitive "natural order" algorithm. */
-SPL_ARRAY_METHOD(Array, natcasesort, 0) /* }}} /
+SPL_ARRAY_METHOD(Array, natcasesort, 0) /* }}} */
 
 /* {{{ proto mixed|NULL ArrayIterator::current()
    Return current array entry */