]> granicus.if.org Git - php/commitdiff
- Good proto message and description of function
authorDavid Coallier <davidc@php.net>
Tue, 29 Jan 2008 01:44:38 +0000 (01:44 +0000)
committerDavid Coallier <davidc@php.net>
Tue, 29 Jan 2008 01:44:38 +0000 (01:44 +0000)
ext/standard/string.c

index 1aed7b1de6fbaf17165c33d6209a58b2250a8453..faf5513a72babd245dd9d79180aa829acd7b0453 100644 (file)
@@ -3889,8 +3889,8 @@ static void php_lcfirst(char *str)
 }
 /* }}} */
 
-/* {{{ proto string ucfirst(string str) U
-   Makes a string's first character uppercase */
+/* {{{ proto string lcfirst(string str) U
+   Makes a string's first character lowercase */
 PHP_FUNCTION(lcfirst)
 {
        zstr       str;