aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-16 04:09:25 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-16 04:09:25 +0000
commitf45c4f41b792e4b7c52eaf21b9540112887e861b (patch)
treee5f35073f61b6178d49d02821676894f32b7a32f /loginutils
parent57c899e4c2be4d0bddeaaca9c34ea0f484f92ad8 (diff)
downloadbusybox-w32-f45c4f41b792e4b7c52eaf21b9540112887e861b.tar.gz
busybox-w32-f45c4f41b792e4b7c52eaf21b9540112887e861b.tar.bz2
busybox-w32-f45c4f41b792e4b7c52eaf21b9540112887e861b.zip
whitespace and comment fixes, no code changes
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index c3c8dd513..4ca1c2597 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -71,8 +71,8 @@ config USE_BB_CRYPT
71 DES encryption/decryption. 71 DES encryption/decryption.
72 72
73 For busybox, having large static buffers is undesirable, 73 For busybox, having large static buffers is undesirable,
74 especially on NOMMU machines. Busybox also doesn't 74 especially on NOMMU machines. Busybox also doesn't need
75 need DES encryption/decryption and can do with smaller code. 75 DES encryption/decryption and can do with smaller code.
76 76
77 If you enable this option, it will add about 4.8k of code 77 If you enable this option, it will add about 4.8k of code
78 if you are building dynamically linked executable. 78 if you are building dynamically linked executable.