From b33d9c81c116d43b38ceb8b247bd77f9736574b9 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 22 Jan 2016 17:03:05 -0500 Subject: PuTTY compatibility, lots of other stuff --- src/hash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hash.h') diff --git a/src/hash.h b/src/hash.h index e7fbe00..21da10a 100644 --- a/src/hash.h +++ b/src/hash.h @@ -41,8 +41,8 @@ void hash_setfreekey_cb(void*, void (*cb)(void *key)); void hash_free(void*); /* - * insert a pair, returns NULL if not already found, otherwise returns - * the existing data pointer + * insert a pair, returns NULL if NOT already found, otherwise returns + * the existing data pointer without inserting the new pair */ void *hash_insert(void*, const void *key, const void *data); -- cgit v1.1