s4:loadparm: fix a comment typo. and line wrapping.
authorMichael Adam <obnox@samba.org>
Thu, 7 May 2009 14:49:58 +0000 (16:49 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 7 May 2009 23:18:58 +0000 (01:18 +0200)
Michael

source4/param/loadparm.c

index 72a961aa51b03f3b6933c5212d4f62021c204beb..d6f418e56815e7ac1bfffe305c06dd686cd69992 100644 (file)
@@ -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.
  */