diff options
| author | cl <cl@NetBSD.org> | 2004-03-14 01:20:01 +0000 |
|---|---|---|
| committer | cl <cl@NetBSD.org> | 2004-03-14 01:20:01 +0000 |
| commit | f3f745b9af37c31b74f9ab770b9a42ab7097a150 (patch) | |
| tree | c44965b395999ef7e1fa31136ea458e8f7cd005a /lib/libpthread/pthread_stack.c | |
| parent | f2f106648cb994804efdc8a9f457a642815d8272 (diff) | |
fix comment for recent pthread_stack* var rename
Diffstat (limited to 'lib/libpthread/pthread_stack.c')
| -rw-r--r-- | lib/libpthread/pthread_stack.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libpthread/pthread_stack.c b/lib/libpthread/pthread_stack.c index ed03079762a..b8fc9a06f50 100644 --- a/lib/libpthread/pthread_stack.c +++ b/lib/libpthread/pthread_stack.c @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_stack.c,v 1.11 2004/02/02 20:36:18 nathanw Exp $ */ +/* $NetBSD: pthread_stack.c,v 1.12 2004/03/14 01:20:01 cl Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: pthread_stack.c,v 1.11 2004/02/02 20:36:18 nathanw Exp $"); +__RCSID("$NetBSD: pthread_stack.c,v 1.12 2004/03/14 01:20:01 cl Exp $"); #include <err.h> #include <errno.h> @@ -60,9 +60,9 @@ pthread__stackid_setup(void *base, size_t size); #ifndef PT_FIXEDSTACKSIZE_LG /* - * We have to initialize the pt_stack* variables here because mutexes - * are used before pthread_init() and thus pthread__initmain() are - * called. Since mutexes only save the stack pointer and not a + * We have to initialize the pthread_stack* variables here because + * mutexes are used before pthread_init() and thus pthread__initmain() + * are called. Since mutexes only save the stack pointer and not a * pointer to the thread data, it is safe to change the mapping from * stack pointer to thread data afterwards. */ |
