diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-05-21 16:47:36 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-05-21 16:47:36 +0200 |
commit | 9cb1e2f86b08da469bb4680cf68e927534b5a2ab (patch) | |
tree | 2dcbd48dcf0bdd2ef5b199efd5e42303389dc110 | |
parent | f9584254511ff497b46bc7ec6ee76d7355ef133e (diff) | |
download | busybox-w32-9cb1e2f86b08da469bb4680cf68e927534b5a2ab.tar.gz busybox-w32-9cb1e2f86b08da469bb4680cf68e927534b5a2ab.tar.bz2 busybox-w32-9cb1e2f86b08da469bb4680cf68e927534b5a2ab.zip |
sulogin: correct lying comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | loginutils/sulogin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index bd2b09eed..f79802a4d 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c | |||
@@ -79,7 +79,7 @@ int sulogin_main(int argc UNUSED_PARAM, char **argv) | |||
79 | char *encrypted; | 79 | char *encrypted; |
80 | int r; | 80 | int r; |
81 | 81 | ||
82 | /* cp points to a static buffer that is zeroed every time */ | 82 | /* cp points to a static buffer */ |
83 | cp = bb_ask(STDIN_FILENO, timeout, | 83 | cp = bb_ask(STDIN_FILENO, timeout, |
84 | "Give root password for system maintenance\n" | 84 | "Give root password for system maintenance\n" |
85 | "(or type Control-D for normal startup):"); | 85 | "(or type Control-D for normal startup):"); |