diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-08 01:00:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-08 01:00:15 +0000 |
commit | 800c2344f3a77e7bedb15e3ed248429d10236d12 (patch) | |
tree | 621bb41ccb8f6b3e27c4328cd1f1937c8c1ba87f /nptl | |
parent | 6a22fde6bde063fa31c9dafe75933141d9649bfa (diff) | |
download | glibc-800c2344f3a77e7bedb15e3ed248429d10236d12.tar.gz glibc-800c2344f3a77e7bedb15e3ed248429d10236d12.tar.xz glibc-800c2344f3a77e7bedb15e3ed248429d10236d12.zip |
Fix typo in comment.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/pthread_attr_getstackaddr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_attr_getstackaddr.c b/nptl/pthread_attr_getstackaddr.c index e6e25880ab..7656600dd5 100644 --- a/nptl/pthread_attr_getstackaddr.c +++ b/nptl/pthread_attr_getstackaddr.c @@ -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; |