From 994bb15a37eda2a0b2882438483d43997b389f6d Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 25 Feb 2014 17:12:14 +1300 Subject: lib/param: change a comment regarding helper parametric functions Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- lib/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param') 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, -- cgit