From: Ruben Kerkhof Date: Thu, 2 Sep 2021 19:01:14 +0000 (+0200) Subject: common/PriorityCache: fix help text for unmapped_bytes metric X-Git-Tag: v17.1.0~947^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cb0d30af9026fbc41f44791a6501f79f40a1c36d;p=ceph.git common/PriorityCache: fix help text for unmapped_bytes metric Signed-off-by: Ruben Kerkhof --- diff --git a/src/common/PriorityCache.cc b/src/common/PriorityCache.cc index d4b9c2080e799..ff96ad7a13405 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",