From c9f423a93d969e91b82d8ecfb694076b460c8887 Mon Sep 17 00:00:00 2001 From: "\"Robert P. J. Day\"" Date: Sun, 2 Jul 2006 19:52:52 +0000 Subject: [PATCH] Correct the comment to match the code. --- libbb/obscure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbb/obscure.c b/libbb/obscure.c index 4a8fbf7..1112e11 100644 --- a/libbb/obscure.c +++ b/libbb/obscure.c @@ -95,7 +95,7 @@ static const char *obscure_msg(const char *old_p, const char *new_p, const struc int c; int length; int mixed = 0; - /* Add 1 for each type of characters to the minlen of password */ + /* Add 2 for each type of characters to the minlen of password */ int size = CONFIG_PASSWORD_MINLEN + 8; const char *p; char hostname[255]; -- 2.7.4