mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix typo in comment.
This commit is contained in:
@ -33,7 +33,7 @@ __pthread_attr_getstackaddr (attr, stackaddr)
|
|||||||
iattr = (struct pthread_attr *) attr;
|
iattr = (struct pthread_attr *) attr;
|
||||||
|
|
||||||
/* Some code assumes this function to work even if no stack address
|
/* Some code assumes this function to work even if no stack address
|
||||||
has been set. Let them figure it our for themselves what the
|
has been set. Let them figure it out for themselves what the
|
||||||
value means. Simply store the result. */
|
value means. Simply store the result. */
|
||||||
*stackaddr = iattr->stackaddr;
|
*stackaddr = iattr->stackaddr;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user