mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 20:45:18 +00:00
src/datatypes.h: fix typo
Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
parent
17cfff6f17
commit
3f0a757e80
@ -31,7 +31,7 @@
|
||||
* VIR_CONNECT_MAGIC:
|
||||
*
|
||||
* magic value used to protect the API when pointers to connection structures
|
||||
* are passed down by the uers.
|
||||
* are passed down by the users.
|
||||
*/
|
||||
# define VIR_CONNECT_MAGIC 0x4F23DEAD
|
||||
# define VIR_IS_CONNECT(obj) ((obj) && (obj)->magic==VIR_CONNECT_MAGIC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user