From cb0d30af9026fbc41f44791a6501f79f40a1c36d Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Thu, 2 Sep 2021 21:01:14 +0200 Subject: [PATCH] common/PriorityCache: fix help text for unmapped_bytes metric Signed-off-by: Ruben Kerkhof --- src/common/PriorityCache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/PriorityCache.cc b/src/common/PriorityCache.cc index d4b9c2080e7..ff96ad7a134 100644 --- a/src/common/PriorityCache.cc +++ b/src/common/PriorityCache.cc @@ -84,7 +84,7 @@ namespace PriorityCache PerfCountersBuilder::PRIO_INTERESTING, unit_t(UNIT_BYTES)); b.add_u64(MallocStats::M_UNMAPPED_BYTES, "unmapped_bytes", - "unmapped bytes that the kernel has yet to reclaimed", "u", + "unmapped bytes that the kernel has yet to reclaim", "u", PerfCountersBuilder::PRIO_INTERESTING, unit_t(UNIT_BYTES)); b.add_u64(MallocStats::M_HEAP_BYTES, "heap_bytes", -- 2.39.5