]> granicus.if.org Git - php/commitdiff
Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented
authorAdam Harvey <aharvey@php.net>
Tue, 20 Jul 2010 04:26:57 +0000 (04:26 +0000)
committerAdam Harvey <aharvey@php.net>
Tue, 20 Jul 2010 04:26:57 +0000 (04:26 +0000)
prototype for lcfirst() to actually read lcfirst().

ext/standard/string.c

index 3e8177ba26aba645475e6884d8a101ef862e547e..6f35ce44fbdf4256c9d0be9b834ba5571e6a4b49 100644 (file)
@@ -2571,7 +2571,7 @@ static void php_lcfirst(char *str)
 }
 /* }}} */
 
-/* {{{ proto string ucfirst(string str)
+/* {{{ proto string lcfirst(string str)
    Make a string's first character lowercase */
 PHP_FUNCTION(lcfirst)
 {