summaryrefslogtreecommitdiff
path: root/coreutils/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/tty.c')
-rw-r--r--coreutils/tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/tty.c b/coreutils/tty.c
index 9a5f1ef..331941a 100644
--- a/coreutils/tty.c
+++ b/coreutils/tty.c
@@ -10,8 +10,8 @@
//config: bool "tty (3.3 kb)"
//config: default y
//config: help
-//config: tty is used to print the name of the current terminal to
-//config: standard output.
+//config: tty is used to print the name of the current terminal to
+//config: standard output.
//applet:IF_TTY(APPLET(tty, BB_DIR_USR_BIN, BB_SUID_DROP))