chiark / gitweb /
struct/assoc.[ch]: Fix some commentary typos.
[mLib] / struct / assoc.h
index 5fd1f294f5715fda2a26b465937922487a26bab6..6a40defb5ffffc58caa82d5ed676248b3c49451b 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*/,