The term number is used for other stats and even for hugetlb
stats in virsh man page. The term number is also more clear.
Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
VIR_DOMAIN_MEMORY_STAT_DISK_CACHES = 10,
/*
- * The amount of successful huge page allocations from inside the domain via
+ * The number of successful huge page allocations from inside the domain via
* virtio balloon.
*/
VIR_DOMAIN_MEMORY_STAT_HUGETLB_PGALLOC = 11,
/*
- * The amount of failed huge page allocations from inside the domain via
+ * The number of failed huge page allocations from inside the domain via
* virtio balloon.
*/
VIR_DOMAIN_MEMORY_STAT_HUGETLB_PGFAIL = 12,
* Memory that can be reclaimed without additional I/O, typically disk
* caches (in kb).
* VIR_DOMAIN_MEMORY_STAT_HUGETLB_PGALLOC
- * The amount of successful huge page allocations from inside the domain
+ * The number of successful huge page allocations from inside the domain
* VIR_DOMAIN_MEMORY_STAT_HUGETLB_PGFAIL
- * The amount of failed huge page allocations from inside the domain
+ * The number of failed huge page allocations from inside the domain
*
* Returns: The number of stats provided or -1 in case of failure.
*/