Index: luci2/libunl/unl/msg.h
===================================================================
--- luci2/libunl/unl/msg.h	(revision 6262)
+++ luci2/libunl/unl/msg.h	(revision 6263)
@@ -338,5 +338,5 @@
 
 /**
- * Same as unl_attr_append_nested but appends a zero-terminated string
+ * Same as unl_attr_append_attr but appends a zero-terminated string
  */
 static inline void* unl_attr_append_string
@@ -345,4 +345,10 @@
 }
 
+
+/**
+ * Same as unl_attr_append_attr but appends a numerical value
+ *
+ * datatype: type to cast the value to before appending
+ */
 #define unl_attr_append_number(nla, type, datatype, value) \
 	(*((datatype*)unl_attr_claim_attr(nla, type, sizeof(datatype))) = value)
