Fix for 102251 . Just updating a comment

This commit is contained in:
jpierre%netscape.com 2001-10-06 00:16:56 +00:00
Родитель d846685687
Коммит cc07a28035
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,7 +30,7 @@
* may use your version of this file under either the MPL or the
* GPL.
*
* $Id: sslmutex.c,v 1.4 2001-10-06 00:14:33 jpierre%netscape.com Exp $
* $Id: sslmutex.c,v 1.5 2001-10-06 00:16:56 jpierre%netscape.com Exp $
*/
#include "sslmutex.h"
@ -349,7 +349,7 @@ SECStatus sslMutex_2LevelInit(sslMutex *sem)
*/
PR_ASSERT(sem);
if (sem) {
/* we need to reset the sslLock in the children or the 2Level init
/* we need to reset the sslLock in the children or the single_process init
function below will assert */
sem->u.sslLock = NULL;
}