From: Chris Lalancette Date: Sun, 31 Jan 2010 02:27:12 +0000 (-0500) Subject: Fix up a comment in virHashUpdateEntry X-Git-Tag: v0.7.6~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a30a496a142b4bfd4a847d60d9ae456d2ffd5e;p=thirdparty%2Flibvirt.git Fix up a comment in virHashUpdateEntry Signed-off-by: Chris Lalancette --- 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