]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
maint: remove incorrect apostrophes from 'its'
authorJán Tomko <jtomko@redhat.com>
Wed, 3 Jun 2015 10:10:36 +0000 (12:10 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 4 Jun 2015 08:01:42 +0000 (10:01 +0200)
12 files changed:
docs/formatnode.html.in
src/conf/storage_conf.c
src/esx/esx_driver.c
src/esx/esx_network_driver.c
src/esx/esx_storage_backend_iscsi.c
src/esx/esx_storage_backend_vmfs.c
src/libxl/libxl_domain.c
src/network/bridge_driver.c
src/parallels/parallels_storage.c
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/vbox/vbox_common.c

index ba9a0f8672d28abea54523f2ff3012f6ea071ff3..3ff1bef01eacccf5a3a22ed98438321a0c084b81 100644 (file)
               This optional element contains information on PCI Express part of
               the device. For example, it can contain a child element
               <code>link</code> which addresses the PCI Express device's link.
-              While a device has it's own capabilities
+              While a device has its own capabilities
               (<code>validity='cap'</code>), the actual run time capabilities
               are negotiated on the device initialization
               (<code>validity='sta'</code>). The <code>link</code> element then
index df536d4c6207fde67a7761e7958642f119e54990..4bbed4f3a7f7139d0b48e52945ba73ba8e2ebc44 100644 (file)
@@ -2335,7 +2335,7 @@ matchFCHostToSCSIHost(virConnectPtr conn,
     char *parent_name = NULL;
     unsigned int fc_hostnum;
 
-    /* If we have a parent defined, get it's hostnum, and compare to the
+    /* If we have a parent defined, get its hostnum, and compare to the
      * scsi_hostnum. If they are the same, then we have a match
      */
     if (fc_adapter.data.fchost.parent &&
index bf512131468c64f3323de567c66d8523ae89eb0f..c304ff355b77274faf790a91078dfea447fc5c69 100644 (file)
@@ -267,7 +267,7 @@ esxParseVMXFileName(const char *fileName, void *opaque)
  * in the documentation of esxParseVMXFileName.
  *
  * Firstly parse the datastore path. Then use the datastore name to lookup the
- * datastore and it's mount path. Finally concatenate the mount path, directory
+ * datastore and its mount path. Finally concatenate the mount path, directory
  * and file name to an absolute path and return it. Detect the separator type
  * based on the mount path.
  */
index 6793b809ee0601977b150835e5bd47a9bc0a95e7..b19c06a4cbf87342798eb6955025be3e6b0f1413 100644 (file)
@@ -38,7 +38,7 @@
 #define VIR_FROM_THIS VIR_FROM_ESX
 
 /*
- * The UUID of a network is the MD5 sum of it's key. Therefore, verify that
+ * The UUID of a network is the MD5 sum of its key. Therefore, verify that
  * UUID and MD5 sum match in size, because we rely on that.
  */
 verify(MD5_DIGEST_SIZE == VIR_UUID_BUFLEN);
index e4d269254830ba2bb3a206fd4a7b678829bacca5..a9a19cf2e869667a74ec4e151008e33a48979a0f 100644 (file)
@@ -42,7 +42,7 @@
 #define VIR_FROM_THIS VIR_FROM_ESX
 
 /*
- * The UUID of a storage pool is the MD5 sum of it's mount path. Therefore,
+ * The UUID of a storage pool is the MD5 sum of its mount path. Therefore,
  * verify that UUID and MD5 sum match in size, because we rely on that.
  */
 verify(MD5_DIGEST_SIZE == VIR_UUID_BUFLEN);
index 0dcf4191381177b05c65b2dfc6aa2ae861e31b22..d03d33a3f3fa4cfee5a2489a1be5bb546048bfc7 100644 (file)
@@ -48,7 +48,7 @@
 VIR_LOG_INIT("esx.esx_storage_backend_vmfs");
 
 /*
- * The UUID of a storage pool is the MD5 sum of it's mount path. Therefore,
+ * The UUID of a storage pool is the MD5 sum of its mount path. Therefore,
  * verify that UUID and MD5 sum match in size, because we rely on that.
  */
 verify(MD5_DIGEST_SIZE == VIR_UUID_BUFLEN);
index f339d9c5b45db1a312d0189e6b140207aadd4eb2..d925917c357bedeef5e8149f1159c998baebca5a 100644 (file)
@@ -518,7 +518,7 @@ libxlDomainEventHandler(void *data, VIR_LIBXL_EVENT_CONST libxl_event *event)
 
     /*
      * Similar to the xl implementation, ignore SUSPEND.  Any actions needed
-     * after calling libxl_domain_suspend() are handled by it's callers.
+     * after calling libxl_domain_suspend() are handled by its callers.
      */
     if (xl_reason == LIBXL_SHUTDOWN_REASON_SUSPEND)
         goto error;
index 72be51e20c20b7b135d97a3f81c19f703f4ad746..3d6721b9b519db8ca825e9b5311cbfa1e268893e 100644 (file)
@@ -1601,7 +1601,7 @@ networkRadvdConfContents(virNetworkObjPtr network, char **configstr)
     return ret;
 }
 
-/* write file and return it's name (which must be freed by caller) */
+/* write file and return its name (which must be freed by caller) */
 static int
 networkRadvdConfWrite(virNetworkDriverStatePtr driver,
                       virNetworkObjPtr network,
index 3dcc44da173cd7b4e4f2a6e5ede53857bbdcd0ae..ff3d0fa788b865f43c4b8464941836e02cb67fd1 100644 (file)
@@ -212,7 +212,7 @@ parallelsPoolCreateByPath(virConnectPtr conn, const char *path)
 
 /*
  * Create pool of type VIR_STORAGE_POOL_DIR with
- * path to the VM, if it's not exists.
+ * path to the VM, if it does not exist.
  */
 static virStoragePoolObjPtr
 parallelsPoolAddByDomain(virConnectPtr conn, virDomainObjPtr dom)
index 63001b171bb9e08fe2b9e45f5668aa4181c549ec..84e05683ffbedff24b73dd2b4782752a9601e2e0 100644 (file)
@@ -2959,7 +2959,7 @@ qemuOpenFileAs(uid_t fallback_uid, gid_t fallback_gid,
             is_reg = !!S_ISREG(sb.st_mode);
             /* If the path is regular file which exists
              * already and dynamic_ownership is off, we don't
-             * want to change it's ownership, just open it as-is */
+             * want to change its ownership, just open it as-is */
             if (is_reg && !dynamicOwnership) {
                 uid = sb.st_uid;
                 gid = sb.st_gid;
@@ -16396,7 +16396,7 @@ qemuDomainBlockPivot(virQEMUDriverPtr driver,
      * XXX On libvirtd restarts, if we missed the qemu event, we need
      * to double check what state qemu is in.
      * XXX We should be using qemu's rerror flag to make sure the job
-     * remains alive until we know it's final state.
+     * remains alive until we know its final state.
      * XXX If the abort command is synchronous but the qemu event says
      * that pivot failed, we need to reflect that failure into the
      * overall return value.  */
index f7432e80ffa15b3447398ee2c3d0c8148652c599..70400f379f7522bbfb3f8c14df8444ae363ebc83 100644 (file)
@@ -125,7 +125,7 @@ struct _qemuMigrationCookieNetData {
     int vporttype; /* enum virNetDevVPortProfile */
 
     /*
-     * Array of pointers to saved data. Each VIF will have it's own
+     * Array of pointers to saved data. Each VIF will have its own
      * data to transfer.
      */
     char *portdata;
index ba0b0391e3ff9c7f55357593f3d954efd3d55226..813a171933b833d957f201d57ba22d1449571130 100644 (file)
@@ -4603,7 +4603,7 @@ vboxSnapshotRedefine(virDomainPtr dom,
             readWriteDisk->location = realReadWriteDisksPath[it];
             /*
              * We get the current snapshot's read-only disk uuid in order to add the
-             * read-write disk to the media registry as it's child. The read-only disk
+             * read-write disk to the media registry as its child. The read-only disk
              * is already in the media registry because it is the fake disk's parent.
              */
             parentUuid = virVBoxSnapshotConfHardDiskUuidByLocation(snapshotMachineDesc,