struct/assoc.[ch]: Fix some commentary typos.
[mLib] / struct / assoc.h
index 5fd1f29..6a40def 100644 (file)
@@ -98,7 +98,8 @@ extern void assoc_destroy(assoc_table */*t*/);
  *             the pointer returned.  The flag @*f@ is cleared if the item
  *             couldn't be found, or set if it was.
  *
- *             All the atoms used in a particular table should
+ *             All the atoms used in a particular table should come from the
+ *             same atom table.
  */
 
 extern void *assoc_find(assoc_table */*t*/, atom */*a*/,