summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-05-07 16:49:58 +0200
committerMichael Adam <obnox@samba.org>2009-05-08 01:18:58 +0200
commitc469ec5c10b48548e1fae51511bd55fb437a0a89 (patch)
tree7a711f0c8e6960f87031083f8fb195bdcebce748 /source4/param
parent31e06e63b7fbad6373dac32d9ea519d73a9c9642 (diff)
downloadsamba-c469ec5c10b48548e1fae51511bd55fb437a0a89.tar.gz
samba-c469ec5c10b48548e1fae51511bd55fb437a0a89.tar.bz2
samba-c469ec5c10b48548e1fae51511bd55fb437a0a89.zip
s4:loadparm: fix a comment typo. and line wrapping.
Michael
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/loadparm.c3
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.
*/