commit | 9a50b1bf21cee8ba77306e319d88c4e2eeb024c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 27 22:48:21 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 27 22:48:21 2005 +0000 |
tree | fe0cc0141628a407205f51860536b56ce32cae2b | |
parent | 39a58ca3d414b0b1600f5e2b1b9ef2d8d7031c15 [diff] [blame] |
updated for version 7.0095
diff --git a/src/hashtable.c b/src/hashtable.c index d4177d3..904be47 100644 --- a/src/hashtable.c +++ b/src/hashtable.c
@@ -250,7 +250,7 @@ /* * Remove item "hi" from hashtable "ht". "hi" must have been obtained with - * hash_lookup() and point to an empty item. + * hash_lookup(). * The caller must take care of freeing the item itself. */ void