aboutsummaryrefslogtreecommitdiff
path: root/pthreads/pthread_attr_setstackaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthreads/pthread_attr_setstackaddr.c')
-rw-r--r--pthreads/pthread_attr_setstackaddr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pthreads/pthread_attr_setstackaddr.c b/pthreads/pthread_attr_setstackaddr.c
index 96a832097..1316c0659 100644
--- a/pthreads/pthread_attr_setstackaddr.c
+++ b/pthreads/pthread_attr_setstackaddr.c
@@ -51,8 +51,8 @@ pthread_attr_setstackaddr (pthread_attr_t * attr, void *stackaddr)
* attr
* pointer to an instance of pthread_attr_t
*
- * stacksize
- * stack size, in bytes.
+ * stackaddr
+ * the address of the stack to use
*
*
* DESCRIPTION