summaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorKarel Zak2016-01-21 11:21:27 +0100
committerKarel Zak2016-01-21 11:21:27 +0100
commit1ab7abacce0247c7186021824fc4e8d0fb096b6b (patch)
tree89e64cd185fcd8449b26869a478fda7cb83c1e1f /sys-utils
parentmount: allow nofail to silence ENOMEDIUM cases (diff)
downloadkernel-qcow2-util-linux-1ab7abacce0247c7186021824fc4e8d0fb096b6b.tar.gz
kernel-qcow2-util-linux-1ab7abacce0247c7186021824fc4e8d0fb096b6b.tar.xz
kernel-qcow2-util-linux-1ab7abacce0247c7186021824fc4e8d0fb096b6b.zip
zramctl: fix typo
Reported-by: Rafael Fontenelle <rffontenelle@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/zramctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c
index 8d60b6ccc..29041eb72 100644
--- a/sys-utils/zramctl.c
+++ b/sys-utils/zramctl.c
@@ -78,7 +78,7 @@ static const struct colinfo infos[] = {
[COL_ZEROPAGES] = { "ZERO-PAGES", 3, SCOLS_FL_RIGHT, N_("empty pages with no allocated memory") },
[COL_MEMTOTAL] = { "TOTAL", 5, SCOLS_FL_RIGHT, N_("all memory including allocator fragmentation and metadata overhead") },
[COL_MEMLIMIT] = { "MEM-LIMIT", 5, SCOLS_FL_RIGHT, N_("memory limit used to store compressed data") },
- [COL_MEMUSED] = { "MEM-USED", 5, SCOLS_FL_RIGHT, N_("memory zram have consumed to store compressed data") },
+ [COL_MEMUSED] = { "MEM-USED", 5, SCOLS_FL_RIGHT, N_("memory zram have been consumed to store compressed data") },
[COL_MIGRATED] = { "MIGRATED", 5, SCOLS_FL_RIGHT, N_("number of objects migrated by compaction") },
[COL_MOUNTPOINT]= { "MOUNTPOINT",0.10, SCOLS_FL_TRUNC, N_("where the device is mounted") },
};