From 62a30a496a142b4bfd4a847d60d9ae456d2ffd5e Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Sat, 30 Jan 2010 21:27:12 -0500 Subject: [PATCH] Fix up a comment in virHashUpdateEntry Signed-off-by: Chris Lalancette --- src/util/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/hash.c b/src/util/hash.c index 40df2c63c9..5c56dae029 100644 --- a/src/util/hash.c +++ b/src/util/hash.c @@ -237,7 +237,7 @@ virHashFree(virHashTablePtr table, virHashDeallocator f) } /** - * virHashAddEntry3: + * virHashAddEntry: * @table: the hash table * @name: the name of the userdata * @userdata: a pointer to the userdata -- GitLab