summaryrefslogtreecommitdiffstats
path: root/lib/param
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-25 17:12:14 +1300
committerJeremy Allison <jra@samba.org>2014-05-07 19:49:17 +0200
commit994bb15a37eda2a0b2882438483d43997b389f6d (patch)
tree9ee1270efeff6739dd5e565f0ff7fcc8bc29a708 /lib/param
parentdfc999ef90e436e3df1be74469ac3cdf27dd628a (diff)
downloadsamba-994bb15a37eda2a0b2882438483d43997b389f6d.tar.gz
samba-994bb15a37eda2a0b2882438483d43997b389f6d.tar.xz
samba-994bb15a37eda2a0b2882438483d43997b389f6d.zip
lib/param: change a comment regarding helper parametric functions
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index 7fcda4405bf..e2da7c92d2f 100644
--- a/lib/param/loadparm.c
+++ b/lib/param/loadparm.c
@@ -234,7 +234,7 @@ static struct loadparm_service *lpcfg_getservicebyname(struct loadparm_context *
static bool lpcfg_service_ok(struct loadparm_service *service);
static bool do_section(const char *pszSectionName, void *);
-/* This is a helper function for parametrical options support. */
+/* The following are helper functions for parametrical options support. */
/* It returns a pointer to parametrical option value if it exists or NULL otherwise */
/* Actual parametrical functions are quite simple */
struct parmlist_entry *get_parametric_helper(struct loadparm_service *service,