Correct the comment to match the code.
author"Robert P. J. Day" <rpjday@mindspring.com>
Sun, 2 Jul 2006 19:52:52 +0000 (19:52 -0000)
committer"Robert P. J. Day" <rpjday@mindspring.com>
Sun, 2 Jul 2006 19:52:52 +0000 (19:52 -0000)
libbb/obscure.c

index 4a8fbf72c742e96ff73d74b044afbc11d60599de..1112e11cb70f9b47f5818001241b8835a2323a36 100644 (file)
@@ -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];