aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsfreeze.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fsfreeze.c')
-rw-r--r--util-linux/fsfreeze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fsfreeze.c b/util-linux/fsfreeze.c
index 8bc4c471f..5c10c8044 100644
--- a/util-linux/fsfreeze.c
+++ b/util-linux/fsfreeze.c
@@ -11,7 +11,7 @@
//config: select PLATFORM_LINUX
//config: select LONG_OPTS
//config: help
-//config: Halt new accesses and flush writes on a mounted filesystem.
+//config: Halt new accesses and flush writes on a mounted filesystem.
//applet:IF_FSFREEZE(APPLET(fsfreeze, BB_DIR_USR_SBIN, BB_SUID_DROP))