From: Ulrich Drepper Date: Fri, 8 Oct 2004 01:00:15 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: cvs/fedora-glibc-20041012T1128~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800c2344f3a77e7bedb15e3ed248429d10236d12;p=thirdparty%2Fglibc.git Fix typo in comment. --- diff --git a/nptl/pthread_attr_getstackaddr.c b/nptl/pthread_attr_getstackaddr.c index e6e25880ab0..7656600dd5d 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;