From: Alon Levy Date: Tue, 24 Jan 2012 12:45:39 +0000 (+0200) Subject: src/datatypes.h: fix typo X-Git-Tag: v0.9.10-rc1~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0a757e804a0506548f4eab66979813ac8ee75e;p=thirdparty%2Flibvirt.git src/datatypes.h: fix typo Signed-off-by: Alon Levy --- diff --git a/src/datatypes.h b/src/datatypes.h index 91b1bfd181..47058ed137 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -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)