Changed NSPR ==> NSPS.

This commit is contained in:
wtc%netscape.com 1999-02-25 19:58:12 +00:00
parent 18e81c95a5
commit 858b80f37c

View File

@ -18,7 +18,7 @@
/* /*
** File: prrwlock.h ** File: prrwlock.h
** Description: API to basic reader-writer lock functions of NSPS. ** Description: API to basic reader-writer lock functions of NSPR.
** **
**/ **/
@ -33,7 +33,7 @@ PR_BEGIN_EXTERN_C
* PRRWLock -- * PRRWLock --
* *
* The reader writer lock, PRRWLock, is an opaque object to the clients * The reader writer lock, PRRWLock, is an opaque object to the clients
* of NSPS. All routines operate on a pointer to this opaque entity. * of NSPR. All routines operate on a pointer to this opaque entity.
*/ */