From c469ec5c10b48548e1fae51511bd55fb437a0a89 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 7 May 2009 16:49:58 +0200 Subject: [PATCH] s4:loadparm: fix a comment typo. and line wrapping. Michael --- source4/param/loadparm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ -- 2.34.1