summaryrefslogtreecommitdiff
path: root/pthread_rwlockattr_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread_rwlockattr_init.c')
-rw-r--r--pthread_rwlockattr_init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pthread_rwlockattr_init.c b/pthread_rwlockattr_init.c
index f7c49fe..242055a 100644
--- a/pthread_rwlockattr_init.c
+++ b/pthread_rwlockattr_init.c
@@ -50,7 +50,7 @@ pthread_rwlockattr_init (pthread_rwlockattr_t * attr)
*
* PARAMETERS
* attr
- * pointer to an instance of pthread_rwlockattr_t
+ * pointer to an instance of pthread_rwlockattr_t
*
*
* DESCRIPTION
@@ -58,8 +58,8 @@ pthread_rwlockattr_init (pthread_rwlockattr_t * attr)
* attributes.
*
* RESULTS
- * 0 successfully initialized attr,
- * ENOMEM insufficient memory for attr.
+ * 0 successfully initialized attr,
+ * ENOMEM insufficient memory for attr.
*
* ------------------------------------------------------
*/
@@ -80,5 +80,5 @@ pthread_rwlockattr_init (pthread_rwlockattr_t * attr)
*attr = rwa;
- return(result);
+ return (result);
} /* pthread_rwlockattr_init */