lib/param: change a comment regarding helper parametric functions
authorGarming Sam <garming@catalyst.net.nz>
Tue, 25 Feb 2014 04:12:14 +0000 (17:12 +1300)
committerJeremy Allison <jra@samba.org>
Wed, 7 May 2014 17:49:17 +0000 (19:49 +0200)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/param/loadparm.c

index 7fcda4405bf9b6febe86f9cc4948d8628402990f..e2da7c92d2f6646c2de78926515ce83c4a94b9d4 100644 (file)
@@ -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,