svn commit: trunk/busybox/libbb

rpjday at busybox.net rpjday at busybox.net
Sun Jul 2 19:52:54 UTC 2006


Author: rpjday
Date: 2006-07-02 12:52:52 -0700 (Sun, 02 Jul 2006)
New Revision: 15582

Log:
Correct the comment to match the code.


Modified:
   trunk/busybox/libbb/obscure.c


Changeset:
Modified: trunk/busybox/libbb/obscure.c
===================================================================
--- trunk/busybox/libbb/obscure.c	2006-07-02 19:47:05 UTC (rev 15581)
+++ trunk/busybox/libbb/obscure.c	2006-07-02 19:52:52 UTC (rev 15582)
@@ -95,7 +95,7 @@
 	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];




More information about the busybox-cvs mailing list