sulogin: correct lying comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 21 May 2013 14:47:36 +0000 (16:47 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 21 May 2013 14:47:36 +0000 (16:47 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
loginutils/sulogin.c

index bd2b09eed899cd9dfa6a9010a01363987954aa11..f79802a4db5a27c1323084747b5b452e349b54ca 100644 (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):");