]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix typo in libvirt-domain.h parameter description
authorJohn Ferlan <jferlan@redhat.com>
Mon, 19 Sep 2016 11:15:27 +0000 (07:15 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 5 Oct 2016 22:53:55 +0000 (18:53 -0400)
Change Marco to Macro

Signed-off-by: John Ferlan <jferlan@redhat.com>
include/libvirt/libvirt-domain.h

index 385b846fc037bcd9b538df53aca445591eae0cad..a0f27781a0c6c6cac2967b1177de1a9c7d47a509 100644 (file)
@@ -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"