ash: remove contradicting size info in config help
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 18 Jul 2017 20:25:12 +0000 (22:25 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 18 Jul 2017 20:25:12 +0000 (22:25 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c

index 1e43b37a780d21174e265322f6ac897e1cc1117f..9d81f4ba8b38b4ddc1b518008931efb1b76cf256 100644 (file)
@@ -20,8 +20,7 @@
 //config:      default y
 //config:      depends on !NOMMU
 //config:      help
-//config:        Tha 'ash' shell adds about 60k in the default configuration and is
-//config:        the most complete and most pedantically correct shell included with
+//config:        The most complete and most pedantically correct shell included with
 //config:        busybox. This shell is actually a derivative of the Debian 'dash'
 //config:        shell (by Herbert Xu), which was created by porting the 'ash' shell
 //config:        (written by Kenneth Almquist) from NetBSD.