]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: grammar fixes
authorEric Blake <eblake@redhat.com>
Fri, 8 Nov 2013 16:39:25 +0000 (09:39 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 8 Nov 2013 17:37:06 +0000 (10:37 -0700)
Fix some user-visible wording from commits 72aafe9 and 1606d89.

* src/qemu/qemu.conf (migration_address): Better wording.
* include/libvirt/libvirt.h.in (VIR_MIGRATE_PARAM_LISTEN_ADDRESS):
Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
include/libvirt/libvirt.h.in
src/qemu/qemu.conf

index 2802a468529ebaa1ffff17817e038f5afe8a0140..d7a5e90541892cae0d1c77169d7cf02064266a0d 100644 (file)
@@ -1274,10 +1274,10 @@ typedef enum {
  * VIR_MIGRATE_PARAM_LISTEN_ADDRESS:
  *
  * virDomainMigrate* params field: The listen address that hypervisor on the
- * destination side should bind to for incoming migration. Both, IPv4 and IPv6
+ * destination side should bind to for incoming migration. Both IPv4 and IPv6
  * addresses are accepted as well as hostnames (the resolving is done on
- * destination). Some hypervisors do not support this feature an will return an
- * error if this field is used.
+ * destination). Some hypervisors do not support this feature and will return
+ * an error if this field is used.
  */
 #define VIR_MIGRATE_PARAM_LISTEN_ADDRESS    "listen_address"
 
index 6cfb9ea8ca5a6fd6ba05906a7721f6a341ee67cd..17f1b10afe1ffc2d48e4bc63ffd1d00eb769bba5 100644 (file)
 
 
 # Override the listen address for all incoming migrations. Defaults to
-# 0.0.0.0 or :: in case if both host and qemu are capable of IPv6.
+# 0.0.0.0, or :: if both host and qemu are capable of IPv6.
 #migration_address = "127.0.0.1"