mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Fix up a comment in virHashUpdateEntry
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user