From: Adam Harvey Date: Tue, 20 Jul 2010 04:26:57 +0000 (+0000) Subject: Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented X-Git-Tag: php-5.4.0alpha1~191^2~1172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=929eec3b9342482ded8aa850ce629e8fe7959c91;p=php Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented prototype for lcfirst() to actually read lcfirst(). --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 3e8177ba26..6f35ce44fb 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -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) {