]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Drop word "either" from comments for agent monitor functions
authorPeter Krempa <pkrempa@redhat.com>
Wed, 28 Nov 2012 12:32:40 +0000 (13:32 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 28 Nov 2012 15:36:34 +0000 (16:36 +0100)
src/qemu/qemu_domain.c

index 92f4a3ed7f6baafa5ab621e8f2a9682388abc37e..78ebe9fba2e7d7ffc95b039c969abb23185d9eb4 100644 (file)
@@ -1162,9 +1162,9 @@ qemuDomainObjExitAgentInternal(struct qemud_driver *driver,
 /*
  * obj must be locked before calling, qemud_driver must be unlocked
  *
- * To be called immediately before any QEMU agent API call
- * Must have already either called qemuDomainObjBeginJob() and checked
- * that the VM is still active;
+ * To be called immediately before any QEMU agent API call.
+ * Must have already called qemuDomainObjBeginJob() and checked
+ * that the VM is still active.
  *
  * To be followed with qemuDomainObjExitAgent() once complete
  */
@@ -1187,8 +1187,8 @@ void qemuDomainObjExitAgent(struct qemud_driver *driver,
 /*
  * obj must be locked before calling, qemud_driver must be locked
  *
- * To be called immediately before any QEMU agent API call
- * Must have already either called qemuDomainObjBeginJobWithDriver() and
+ * To be called immediately before any QEMU agent API call.
+ * Must have already called qemuDomainObjBeginJobWithDriver() and
  * checked that the VM is still active; may not be used for nested async jobs.
  *
  * To be followed with qemuDomainObjExitAgentWithDriver() once complete