sulogin: correct lying comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2013-05-21 16:47:36 +02:00
parent f958425451
commit 9cb1e2f86b

View File

@ -79,7 +79,7 @@ int sulogin_main(int argc UNUSED_PARAM, char **argv)
char *encrypted;
int r;
/* cp points to a static buffer that is zeroed every time */
/* cp points to a static buffer */
cp = bb_ask(STDIN_FILENO, timeout,
"Give root password for system maintenance\n"
"(or type Control-D for normal startup):");