From 75a8e726e9308e4fd6788b58a340a1c9495645a7 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 25 Aug 2015 20:02:53 +0300 Subject: Fix trivial typos --- sys-utils/zramctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/zramctl.c') diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c index 99598236e..30134338f 100644 --- a/sys-utils/zramctl.c +++ b/sys-utils/zramctl.c @@ -78,7 +78,7 @@ static const struct colinfo infos[] = { [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_MIGRATED] = { "MIGRATED", 5, SCOLS_FL_RIGHT, N_("number of objects migrated migrated by compaction") }, + [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") }, }; -- cgit v1.2.3-55-g7522