summaryrefslogtreecommitdiff
path: root/pr/include/prrwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prrwlock.h')
-rw-r--r--pr/include/prrwlock.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/pr/include/prrwlock.h b/pr/include/prrwlock.h
index cbaecdda..ab47b53f 100644
--- a/pr/include/prrwlock.h
+++ b/pr/include/prrwlock.h
@@ -4,8 +4,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
-** File: prrwlock.h
-** Description: API to basic reader-writer lock functions of NSPR.
+** File: prrwlock.h
+** Description: API to basic reader-writer lock functions of NSPR.
**
**/
@@ -19,14 +19,14 @@ PR_BEGIN_EXTERN_C
/*
* PRRWLock --
*
- * The reader writer lock, PRRWLock, is an opaque object to the clients
- * of NSPR. All routines operate on a pointer to this opaque entity.
+ * The reader writer lock, PRRWLock, is an opaque object to the clients
+ * of NSPR. All routines operate on a pointer to this opaque entity.
*/
typedef struct PRRWLock PRRWLock;
-#define PR_RWLOCK_RANK_NONE 0
+#define PR_RWLOCK_RANK_NONE 0
/***********************************************************************
@@ -34,7 +34,7 @@ typedef struct PRRWLock PRRWLock;
** DESCRIPTION:
** Returns a pointer to a newly created reader-writer lock object.
** INPUTS: Lock rank
-** Lock name
+** Lock name
** OUTPUTS: void
** RETURN: PRRWLock*
** If the lock cannot be created because of resource constraints, NULL