From 858b80f37cff3d17652d76dd3b9f225625d462ea Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 25 Feb 1999 19:58:12 +0000 Subject: [PATCH] Changed NSPR ==> NSPS. --- nsprpub/pr/include/prrwlock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsprpub/pr/include/prrwlock.h b/nsprpub/pr/include/prrwlock.h index 0cc2820565e2..fabbef4b68f7 100644 --- a/nsprpub/pr/include/prrwlock.h +++ b/nsprpub/pr/include/prrwlock.h @@ -18,7 +18,7 @@ /* ** 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 -- * * 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. */