]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: fix comment typos
authorEric Blake <eblake@redhat.com>
Thu, 28 Apr 2011 14:14:09 +0000 (08:14 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 28 Apr 2011 14:19:51 +0000 (08:19 -0600)
* src/esx/esx_driver.c: Fix spelling of 'relative'.
* src/util/util.c: Likewise.

src/esx/esx_driver.c
src/util/util.c

index bfb3c16a3745b8dec80e0cbad3638017048f1cde..1f8f90b377088bcc5b82cc09f7d6e281c2d96e42 100644 (file)
@@ -2402,7 +2402,7 @@ esxDomainGetInfo(virDomainPtr domain, virDomainInfoPtr info)
             VIR_DEBUG("usedCpuTimeCounterId %d END", priv->usedCpuTimeCounterId);
 
             /*
-             * FIXME: Cannot map between realtive used-cpu-time and absolute
+             * FIXME: Cannot map between relative used-cpu-time and absolute
              *        info->cpuTime
              */
         }
index 1bb032824be93950d8f2a34a77ef380bc4ddf415..c337aa9ef8e287f8fbb756ced71a8953dec866e8 100644 (file)
@@ -2047,7 +2047,7 @@ cleanup:
 
 
 /*
- * Creates an absolute path for a potentialy realtive path.
+ * Creates an absolute path for a potentially relative path.
  * Return 0 if the path was not relative, or on success.
  * Return -1 on error.
  *