From: Karel Zak Date: Thu, 21 Jan 2016 10:21:27 +0000 (+0100) Subject: zramctl: fix typo X-Git-Tag: v2.28-rc1~175 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ab7abacce0247c7186021824fc4e8d0fb096b6b;p=thirdparty%2Futil-linux.git zramctl: fix typo Reported-by: Rafael Fontenelle Signed-off-by: Karel Zak --- diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c index 8d60b6cccf..29041eb729 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") }, };