]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
zramctl: fix typo
authorKarel Zak <kzak@redhat.com>
Thu, 21 Jan 2016 10:21:27 +0000 (11:21 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 21 Jan 2016 10:21:27 +0000 (11:21 +0100)
Reported-by: Rafael Fontenelle <rffontenelle@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/zramctl.c

index 8d60b6cccf4add7e7b6c152901cfb4bf11d8f5bc..29041eb729a5a122f44c515a8a942ddf56efc5f9 100644 (file)
@@ -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") },
 };