From 929eec3b9342482ded8aa850ce629e8fe7959c91 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 20 Jul 2010 04:26:57 +0000 Subject: [PATCH] Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented prototype for lcfirst() to actually read lcfirst(). --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.49.0