]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
src/datatypes.h: fix typo
authorAlon Levy <alevy@redhat.com>
Tue, 24 Jan 2012 12:45:39 +0000 (14:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 24 Jan 2012 12:48:43 +0000 (13:48 +0100)
Signed-off-by: Alon Levy <alevy@redhat.com>
src/datatypes.h

index 91b1bfd181033044e855dc3b5a09f7e96fde4006..47058ed137f2f6326912d7cecd78e73a51d3a55e 100644 (file)
@@ -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)