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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prrwlock.h b/pr/include/prrwlock.h
index 65d052dd..cbaecdda 100644
--- a/pr/include/prrwlock.h
+++ b/pr/include/prrwlock.h
@@ -39,7 +39,7 @@ typedef struct PRRWLock PRRWLock;
** RETURN: PRRWLock*
** If the lock cannot be created because of resource constraints, NULL
** is returned.
-**
+**
***********************************************************************/
NSPR_API(PRRWLock*) PR_NewRWLock(PRUint32 lock_rank, const char *lock_name);