summaryrefslogtreecommitdiffstats
path: root/sys-utils/zramctl.c
diff options
context:
space:
mode:
authorYuri Chornoivan2015-08-25 19:02:53 +0200
committerYuri Chornoivan2015-08-25 19:02:53 +0200
commit75a8e726e9308e4fd6788b58a340a1c9495645a7 (patch)
treef4c1a00160b8e30441908b4053553884f12fd8e5 /sys-utils/zramctl.c
parentbuild-sys: release++ (v2.27-rc2) (diff)
downloadkernel-qcow2-util-linux-75a8e726e9308e4fd6788b58a340a1c9495645a7.tar.gz
kernel-qcow2-util-linux-75a8e726e9308e4fd6788b58a340a1c9495645a7.tar.xz
kernel-qcow2-util-linux-75a8e726e9308e4fd6788b58a340a1c9495645a7.zip
Fix trivial typos
Diffstat (limited to 'sys-utils/zramctl.c')
-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 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") },
};