From: Michael Adam Date: Thu, 7 May 2009 14:49:58 +0000 (+0200) Subject: s4:loadparm: fix a comment typo. and line wrapping. X-Git-Tag: tdb-1.1.5~670 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c469ec5c10b48548e1fae51511bd55fb437a0a89;p=thirdparty%2Fsamba.git s4:loadparm: fix a comment typo. and line wrapping. Michael --- diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 72a961aa51b..d6f418e5681 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -2134,7 +2134,8 @@ bool lp_dump_a_parameter(struct loadparm_context *lp_ctx, } /** - * Return info about the next service in a service. snum==-1 gives the globals. + * Return info about the next parameter in a service. + * snum==-1 gives the globals. * Return NULL when out of parameters. */