Fix up a comment in virHashUpdateEntry

Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
Chris Lalancette
2010-02-01 09:39:54 -05:00
parent b16cd226a2
commit 62a30a496a
+1 -1
View File
@@ -237,7 +237,7 @@ virHashFree(virHashTablePtr table, virHashDeallocator f)
} }
/** /**
* virHashAddEntry3: * virHashAddEntry:
* @table: the hash table * @table: the hash table
* @name: the name of the userdata * @name: the name of the userdata
* @userdata: a pointer to the userdata * @userdata: a pointer to the userdata