Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/setenforce.c')
-rw-r--r--selinux/setenforce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/setenforce.c b/selinux/setenforce.c
index 2e4ab77b1..c28de6ec5 100644
--- a/selinux/setenforce.c
+++ b/selinux/setenforce.c
@@ -11,7 +11,7 @@
//config: default n
//config: depends on SELINUX
//config: help
-//config: Enable support to modify the mode SELinux is running in.
+//config: Enable support to modify the mode SELinux is running in.
//applet:IF_SETENFORCE(APPLET(setenforce, BB_DIR_USR_SBIN, BB_SUID_DROP))