mirror of https://gitee.com/openkylin/libvirt.git
Fix up a comment in virHashUpdateEntry
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
b16cd226a2
commit
62a30a496a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue