[git commit] comment tweak

Denys Vlasenko vda.linux at googlemail.com
Tue Nov 19 12:16:44 UTC 2013


commit: http://git.busybox.net/busybox/commit/?id=6ef77291122d231754e7292630681dc67c109d60
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

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

diff --git a/libbb/correct_password.c b/libbb/correct_password.c
index d02d0d6..d39a583 100644
--- a/libbb/correct_password.c
+++ b/libbb/correct_password.c
@@ -70,7 +70,7 @@ int FAST_FUNC ask_and_check_password_extended(const struct passwd *pw,
  fake_it:
 	unencrypted = bb_ask(STDIN_FILENO, timeout, prompt);
 	if (!unencrypted) {
-		/* EOF (such as ^D) or error (such as ^C) */
+		/* EOF (such as ^D) or error (such as ^C) or timeout */
 		return -1;
 	}
 	encrypted = pw_encrypt(unencrypted, correct, 1);


More information about the busybox-cvs mailing list