Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Oct 8, 2004
1 parent 6a22fde commit 800c234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nptl/pthread_attr_getstackaddr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 800c234

Please sign in to comment.