mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
maint: fix comment typos
* src/esx/esx_driver.c: Fix spelling of 'relative'. * src/util/util.c: Likewise.
This commit is contained in:
parent
3a55213252
commit
a372c405b4
@ -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
|
||||
*/
|
||||
}
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user