From: Volker Lendecke Date: Sat, 24 Mar 2007 18:01:39 +0000 (+0000) Subject: r21959: Merge a comment fix from Michael Adam -- more to come :-) X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~860 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06a4d2ce5d4d5d637f19c7444a6510a1bbad7a9f;p=thirdparty%2Fsamba.git r21959: Merge a comment fix from Michael Adam -- more to come :-) --- diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 6392da6f077..a049b2d47ad 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -3995,7 +3995,8 @@ BOOL dump_a_parameter(int snum, char *parm_name, FILE * f, BOOL isGlobal) } /*************************************************************************** - Return info about the next service in a service. snum==GLOBAL_SECTION_SNUM gives the globals. + Return info about the next parameter in a service. + snum==GLOBAL_SECTION_SNUM gives the globals. Return NULL when out of parameters. ***************************************************************************/