diff options
author | rpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-02 19:52:52 +0000 |
---|---|---|
committer | rpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-02 19:52:52 +0000 |
commit | 2554e2d4d4de9138a9ab2068bd835455406e085c (patch) | |
tree | 4c8630c0c72dfbd7ee78d3028279f827b792ca9c /libbb | |
parent | a642241b0825e81ac644d984db1e865a1d2f22dc (diff) | |
download | busybox-w32-2554e2d4d4de9138a9ab2068bd835455406e085c.tar.gz busybox-w32-2554e2d4d4de9138a9ab2068bd835455406e085c.tar.bz2 busybox-w32-2554e2d4d4de9138a9ab2068bd835455406e085c.zip |
Correct the comment to match the code.
git-svn-id: svn://busybox.net/trunk/busybox@15582 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/obscure.c | 2 |
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 | |||
95 | int c; | 95 | int c; |
96 | int length; | 96 | int length; |
97 | int mixed = 0; | 97 | int mixed = 0; |
98 | /* Add 1 for each type of characters to the minlen of password */ | 98 | /* Add 2 for each type of characters to the minlen of password */ |
99 | int size = CONFIG_PASSWORD_MINLEN + 8; | 99 | int size = CONFIG_PASSWORD_MINLEN + 8; |
100 | const char *p; | 100 | const char *p; |
101 | char hostname[255]; | 101 | char hostname[255]; |