projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a22fde
)
Fix typo in comment.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 8 Oct 2004 01:00:15 +0000
(
01:00
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 8 Oct 2004 01:00:15 +0000
(
01:00
+0000)
nptl/pthread_attr_getstackaddr.c
patch
|
blob
|
history
diff --git
a/nptl/pthread_attr_getstackaddr.c
b/nptl/pthread_attr_getstackaddr.c
index
e6e2588
..
7656600
100644
(file)
--- 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 ou
r
for themselves what the
+ has been set. Let them figure it ou
t
for themselves what the
value means. Simply store the result. */
*stackaddr = iattr->stackaddr;