]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22648: Fix comment to match the code.
authorJames Peach <jpeach@samba.org>
Thu, 3 May 2007 16:14:22 +0000 (16:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:52 +0000 (12:19 -0500)
source/param/loadparm.c

index c37fe54418ee842fbc65b435730da9e5ba888c88..da2a7d1c68deb7d661a7345cadb9ba0848d295a3 100644 (file)
@@ -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)