]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix various code comment typos
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Sat, 24 Sep 2016 18:43:25 +0000 (00:13 +0530)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 26 Sep 2016 12:06:30 +0000 (08:06 -0400)
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
src/esx/esx_vi.c
src/libvirt-nodedev.c
src/openvz/openvz_conf.c
tools/virt-admin.c

index a28ac7becd378c4e174f549fef21fe723afdaef4..8586e3ff0af2871e432cd96bd59937d392dd3005 100644 (file)
@@ -1110,7 +1110,7 @@ esxVI_Context_Connect(esxVI_Context *ctx, const char *url,
          * FIXME: Actually this should be detected by really calling
          * QueryVirtualDiskUuid and checking if a NotImplemented fault is
          * returned. But currently we don't deserialized the details of a
-         * possbile fault and therefore we don't know if the fault was a
+         * possible fault and therefore we don't know if the fault was a
          * NotImplemented fault or not.
          */
         ctx->hasQueryVirtualDiskUuid = true;
index 59f020be957ca24097f5768efdaf285249f7118e..6ea14b3e378aa495c17c011c06826e901931a895 100644 (file)
@@ -636,7 +636,7 @@ virNodeDeviceReAttach(virNodeDevicePtr dev)
  * virNodeDeviceReset:
  * @dev: pointer to the node device
  *
- * Reset a previously dettached node device to the node before or
+ * Reset a previously detached node device to the node before or
  * after assigning it to a guest.
  *
  * The exact reset semantics depends on the hypervisor and device
index 9b820a90d9e91fea2a366d7d89380a458a9f287e..65c441e6d6037532ee0c0e02e4669170602338ae 100644 (file)
@@ -762,7 +762,7 @@ openvzReadConfigParam(const char *conf_file, const char *param, char **value)
 /*
  * Read parameter from container config
  *
- * value will be freed before a new value is assined to it, the caller is
+ * value will be freed before a new value is assigned to it, the caller is
  * responsible for freeing it afterwards.
  *
  * sample: 133, "OSTEMPLATE", &value
index b749acbf727a94f1d85c36ad47830dbfc3b5b1bb..b1e0c4900e24848bdf60408cd5c827c12e7597c2 100644 (file)
@@ -109,7 +109,7 @@ vshAdmGetTimeStr(vshControl *ctl, time_t then, char **result)
  * vshAdmCatchDisconnect:
  *
  * We get here when the connection was closed. Unlike virsh, we do not save
- * the fact that the event was raised, sice there is virAdmConnectIsAlive to
+ * the fact that the event was raised, since there is virAdmConnectIsAlive to
  * check if the communication channel has not been closed by remote party.
  */
 static void