[git commit] sulogin: correct lying comment

Denys Vlasenko vda.linux at googlemail.com
Tue May 21 14:47:36 UTC 2013


commit: http://git.busybox.net/busybox/commit/?id=9cb1e2f86b08da469bb4680cf68e927534b5a2ab
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 loginutils/sulogin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c
index bd2b09e..f79802a 100644
--- a/loginutils/sulogin.c
+++ b/loginutils/sulogin.c
@@ -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):");


More information about the busybox-cvs mailing list