aboutsummaryrefslogtreecommitdiff
path: root/libbb/obscure.c
diff options
context:
space:
mode:
author"Robert P. J. Day" <rpjday@mindspring.com>2006-07-02 19:52:52 +0000
committer"Robert P. J. Day" <rpjday@mindspring.com>2006-07-02 19:52:52 +0000
commitc9f423a93d969e91b82d8ecfb694076b460c8887 (patch)
tree4c8630c0c72dfbd7ee78d3028279f827b792ca9c /libbb/obscure.c
parent63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (diff)
downloadbusybox-c9f423a93d969e91b82d8ecfb694076b460c8887.tar.gz
Correct the comment to match the code.
Diffstat (limited to 'libbb/obscure.c')
-rw-r--r--libbb/obscure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/obscure.c b/libbb/obscure.c
index 4a8fbf72c..1112e11cb 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];