Browse Source

ucimap: clarify alloc

Felix Fietkau 14 years ago
parent
commit
f85abaa9f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ucimap.h

+ 1 - 1
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);