mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
docs: Fix typo in libvirt-domain.h parameter description
Change Marco to Macro Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
22afd44171
commit
c95976506f
@ -3696,7 +3696,7 @@ typedef void (*virConnectDomainEventJobCompletedCallback)(virConnectPtr conn,
|
||||
/**
|
||||
* VIR_DOMAIN_TUNABLE_BLKDEV_TOTAL_BYTES_SEC:
|
||||
*
|
||||
* Marco represents the total throughput limit in bytes per second,
|
||||
* Macro represents the total throughput limit in bytes per second,
|
||||
* as VIR_TYPED_PARAM_ULLONG.
|
||||
*/
|
||||
# define VIR_DOMAIN_TUNABLE_BLKDEV_TOTAL_BYTES_SEC "blkdeviotune.total_bytes_sec"
|
||||
@ -3704,7 +3704,7 @@ typedef void (*virConnectDomainEventJobCompletedCallback)(virConnectPtr conn,
|
||||
/**
|
||||
* VIR_DOMAIN_TUNABLE_BLKDEV_READ_BYTES_SEC:
|
||||
*
|
||||
* Marco represents the read throughput limit in bytes per second,
|
||||
* Macro represents the read throughput limit in bytes per second,
|
||||
* as VIR_TYPED_PARAM_ULLONG.
|
||||
*/
|
||||
# define VIR_DOMAIN_TUNABLE_BLKDEV_READ_BYTES_SEC "blkdeviotune.read_bytes_sec"
|
||||
@ -3744,7 +3744,7 @@ typedef void (*virConnectDomainEventJobCompletedCallback)(virConnectPtr conn,
|
||||
/**
|
||||
* VIR_DOMAIN_TUNABLE_BLKDEV_TOTAL_BYTES_SEC_MAX:
|
||||
*
|
||||
* Marco represents the total throughput limit in maximum bytes per second,
|
||||
* Macro represents the total throughput limit in maximum bytes per second,
|
||||
* as VIR_TYPED_PARAM_ULLONG.
|
||||
*/
|
||||
# define VIR_DOMAIN_TUNABLE_BLKDEV_TOTAL_BYTES_SEC_MAX "blkdeviotune.total_bytes_sec_max"
|
||||
@ -3752,7 +3752,7 @@ typedef void (*virConnectDomainEventJobCompletedCallback)(virConnectPtr conn,
|
||||
/**
|
||||
* VIR_DOMAIN_TUNABLE_BLKDEV_READ_BYTES_SEC_MAX:
|
||||
*
|
||||
* Marco represents the read throughput limit in maximum bytes per second,
|
||||
* Macro represents the read throughput limit in maximum bytes per second,
|
||||
* as VIR_TYPED_PARAM_ULLONG.
|
||||
*/
|
||||
# define VIR_DOMAIN_TUNABLE_BLKDEV_READ_BYTES_SEC_MAX "blkdeviotune.read_bytes_sec_max"
|
||||
|
Loading…
Reference in New Issue
Block a user