]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in comment.
authorUlrich Drepper <drepper@redhat.com>
Fri, 8 Oct 2004 01:00:15 +0000 (01:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 8 Oct 2004 01:00:15 +0000 (01:00 +0000)
nptl/pthread_attr_getstackaddr.c

index e6e25880ab0024dc7f0ad1fb33eca77f8ada2534..7656600dd5d5801898d70d2fef33fe697870a211 100644 (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;