提交 727d4fdc 编写于 作者: J Jim Meyering

fix comment typo: s/contains/continues/

* src/libvirt.c (virStorageVolFree): Correct typo in comment.
上级 7523642c
Fri Jan 23 14:22:03 +0100 2009 Jim Meyering <meyering@redhat.com> Fri Jan 23 14:22:03 +0100 2009 Jim Meyering <meyering@redhat.com>
fix comment typo: s/contains/continues/
* src/libvirt.c (virStorageVolFree): Correct typo in comment.
qemud: don't dereference NULL on failed virGetUserDirectory qemud: don't dereference NULL on failed virGetUserDirectory
* qemud/qemud.c (qemudInitPaths): Return right away, * qemud/qemud.c (qemudInitPaths): Return right away,
upon virGetUserDirectory failure. upon virGetUserDirectory failure.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* libvirt.c: Main interfaces for the libvirt library to handle virtualization * libvirt.c: Main interfaces for the libvirt library to handle virtualization
* domains from a process running in domain 0 * domains from a process running in domain 0
* *
* Copyright (C) 2005,2006,2008 Red Hat, Inc. * Copyright (C) 2005,2006,2008,2009 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * See COPYING.LIB for the License of this software
* *
...@@ -6714,7 +6714,7 @@ error: ...@@ -6714,7 +6714,7 @@ error:
* @vol: pointer to storage volume * @vol: pointer to storage volume
* *
* Release the storage volume handle. The underlying * Release the storage volume handle. The underlying
* storage volume contains to exist * storage volume continues to exist.
* *
* Return 0 on success, or -1 on error * Return 0 on success, or -1 on error
*/ */
...@@ -7364,5 +7364,3 @@ error: ...@@ -7364,5 +7364,3 @@ error:
virSetConnError(conn); virSetConnError(conn);
return -1; return -1;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册