summaryrefslogtreecommitdiff
path: root/ucimap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ucimap.h')
-rw-r--r--ucimap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucimap.h b/ucimap.h
index 9922f0f..ccd6127 100644
--- a/ucimap.h
+++ b/ucimap.h
@@ -109,7 +109,7 @@ struct uci_sectionmap {
/* sectionmap offset, filled in by macro */
unsigned int smap_offset;
- /* allocate a new data structure and return a pointer to the section map data */
+ /* return a pointer to the section map data (allocate if necessary) */
struct ucimap_section_data *(*alloc)(struct uci_map *map,
struct uci_sectionmap *sm, struct uci_section *s);