--- trunk/ascend/general/pairlist.h 2018/06/29 09:00:04 3409 +++ trunk/ascend/general/pairlist.h 2018/07/12 03:39:49 3410 @@ -86,7 +86,7 @@ ASC_DLLSPEC unsigned long pairlist_append_unique(struct pairlist_t * pl, void *key, void * value); /**< - * Add a pair to the list. Uniqueness of key guaranteed. If duplicate, + * Add a pair to the list. Uniqueness of key guaranteed. If key is a duplicate, * value is ignored. Complexity O(n). * @return the key index. */