Fix typo in comment.

This commit is contained in:
Ulrich Drepper 2004-10-08 01:00:15 +00:00
parent 6a22fde6bd
commit 800c2344f3

View File

@ -33,7 +33,7 @@ __pthread_attr_getstackaddr (attr, stackaddr)
iattr = (struct pthread_attr *) attr;
/* 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. */
*stackaddr = iattr->stackaddr;