151,152c151,152
< * is useful if you want to delete the Node corresponding to a key since
< * the "remove" function takes a Node as its argument.
---
> * is useful if you want to delete the Handle corresponding to a key since
> * the "remove" function takes a Handle as its argument.
154c154
< * @return The first Node matching this key, or NULL if none was found.
---
> * @return The first Handle matching this key, or NULL if none was found.
181c181
< * @return A pointer to the Node which holds this value.
---
> * @return A Handle corresponding to this value.
277c277
< * @param node A pointer to the Node to remove.
---
> * @param node A Handle to remove.