src/datatypes.h: fix typo

Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
Alon Levy 2012-01-24 14:45:39 +02:00 committed by Michal Privoznik
parent 17cfff6f17
commit 3f0a757e80

View File

@ -31,7 +31,7 @@
* VIR_CONNECT_MAGIC: * VIR_CONNECT_MAGIC:
* *
* magic value used to protect the API when pointers to connection structures * 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_CONNECT_MAGIC 0x4F23DEAD
# define VIR_IS_CONNECT(obj) ((obj) && (obj)->magic==VIR_CONNECT_MAGIC) # define VIR_IS_CONNECT(obj) ((obj) && (obj)->magic==VIR_CONNECT_MAGIC)