maint: fix comment typos

* src/esx/esx_driver.c: Fix spelling of 'relative'.
* src/util/util.c: Likewise.
This commit is contained in:
Eric Blake 2011-04-28 08:14:09 -06:00
parent 3a55213252
commit a372c405b4
2 changed files with 2 additions and 2 deletions

View 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
*/
}

View 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.
*