diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/computer/memory_usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/computer/memory_usage.c b/modules/computer/memory_usage.c index a256194b..a0f2e10c 100644 --- a/modules/computer/memory_usage.c +++ b/modules/computer/memory_usage.c @@ -151,7 +151,7 @@ void init_memory_labels(void) { "Zswap", N_("Memory consumed by the zswap backend (compressed size)") }, { "Zswapped", N_("Amount of anonymous memory stored in zswap (original size)") }, { "Dirty", N_("Memory waiting to be written back to disk") }, - { "Writeback", N_(" Memory which is actively being written back to disk") }, + { "Writeback", N_("Memory which is actively being written back to disk") }, { "AnonPages", N_("Non-file backed pages mapped into userspace page tables") }, { "Mapped", N_("Files which have been mmapped, such as libraries") }, { "Shmem", N_("Total memory used by shared memory (shmem) and tmpfs") }, |