aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sync.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-07-19 17:48:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-07-19 17:48:55 +0200
commite695ac97fdd48808dd0a84d4725a063481a03c30 (patch)
treeb50948f96cd5ee92c9c74999598874a32b9e3a0b /coreutils/sync.c
parente5814a5a42f40274aaadc1187680ffe5c4632c0e (diff)
downloadbusybox-e695ac97fdd48808dd0a84d4725a063481a03c30.tar.gz
typo fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/sync.c')
-rw-r--r--coreutils/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sync.c b/coreutils/sync.c
index 974e90452..e65d9cd8d 100644
--- a/coreutils/sync.c
+++ b/coreutils/sync.c
@@ -15,7 +15,7 @@
//config: help
//config: sync is used to flush filesystem buffers.
//config:config FEATURE_SYNC_FANCY
-//config: bool "Enable -d and -f flags (requres syncfs(2) in libc)"
+//config: bool "Enable -d and -f flags (requires syncfs(2) in libc)"
//config: default y
//config: depends on SYNC
//config: help