提交 3f0a757e 编写于 作者: A Alon Levy 提交者: Michal Privoznik

src/datatypes.h: fix typo

Signed-off-by: NAlon Levy <alevy@redhat.com>
上级 17cfff6f
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册