X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/37342632a8bb95fe68ece90d18b8b69263edb83b..f61b7e2cc291ae9015f23dc8786adc1dc88eff59:/struct/assoc.h diff --git a/struct/assoc.h b/struct/assoc.h index 5fd1f29..6a40def 100644 --- a/struct/assoc.h +++ b/struct/assoc.h @@ -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*/,