diff options
-rw-r--r-- | source4/param/loadparm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 72a961aa51..d6f418e568 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. */ |