From: James Peach Date: Thu, 3 May 2007 16:14:22 +0000 (+0000) Subject: r22648: Fix comment to match the code. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~560 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e93d33b4631e634499b2e74c31d483d306d10367;p=thirdparty%2Fsamba.git r22648: Fix comment to match the code. --- diff --git a/source/param/loadparm.c b/source/param/loadparm.c index c37fe54418e..da2a7d1c68d 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -2577,7 +2577,7 @@ static int add_a_service(const service *pservice, const char *name) } /*************************************************************************** - Convert a string to uppercase and remove whitespaces. + Canonicalize by converting to lowercase. ***************************************************************************/ static char *canonicalize_servicename(const char *src)