summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-02-25 19:58:12 +0000
committerwtc%netscape.com <devnull@localhost>1999-02-25 19:58:12 +0000
commit660f01045c5b52b44ebf7633ee5d1dd224c1e0b8 (patch)
tree88a9c70ff4bd000ce8a9cfaff2385c0893b43c54
parentc5157c5a63b0b98e55bb6d518d0237453ef36bf9 (diff)
downloadnspr-hg-660f01045c5b52b44ebf7633ee5d1dd224c1e0b8.tar.gz
Changed NSPR ==> NSPS.
-rw-r--r--pr/include/prrwlock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/prrwlock.h b/pr/include/prrwlock.h
index 0cc28205..fabbef4b 100644
--- a/pr/include/prrwlock.h
+++ b/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.
*/