From e93d33b4631e634499b2e74c31d483d306d10367 Mon Sep 17 00:00:00 2001 From: James Peach Date: Thu, 3 May 2007 16:14:22 +0000 Subject: [PATCH] r22648: Fix comment to match the code. --- source/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3