aaron 2003/06/13 00:36:06
Modified: include apr_thread_rwlock.h
Log:
Fix a doc typo and clarify.
Revision Changes Path
1.8 +1 -1 apr/include/apr_thread_rwlock.h
Index: apr_thread_rwlock.h
===================================================================
RCS file: /home/cvs/apr/include/apr_thread_rwlock.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- apr_thread_rwlock.h 5 Mar 2003 21:22:26 -0000 1.7
+++ apr_thread_rwlock.h 13 Jun 2003 07:36:06 -0000 1.8
@@ -131,7 +131,7 @@
/**
* Release either the read or write lock currently held by the calling thread
* associated with the given read-write lock.
- * @param rwlock the read-write lock rom which to release the lock.
+ * @param rwlock the read-write lock to be released (unlocked).
*/
APR_DECLARE(apr_status_t) apr_thread_rwlock_unlock(apr_thread_rwlock_t
*rwlock);