diff options
author | todd <> | 2001-01-04 21:45:31 +0000 |
---|---|---|
committer | todd <> | 2001-01-04 21:45:31 +0000 |
commit | 0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86 (patch) | |
tree | 6eef3a919375cbf2ba0d402f2d93da5380a0ce42 /src/lib/libc/include/thread_private.h | |
parent | f3315ef2b941ac47909f427a6db39ed51459e3b0 (diff) | |
download | openbsd-0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86.tar.gz openbsd-0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86.tar.bz2 openbsd-0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86.zip |
grammer/spelling
Diffstat (limited to 'src/lib/libc/include/thread_private.h')
-rw-r--r-- | src/lib/libc/include/thread_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/include/thread_private.h b/src/lib/libc/include/thread_private.h index c4c4ffe6e4..6b04fd9f75 100644 --- a/src/lib/libc/include/thread_private.h +++ b/src/lib/libc/include/thread_private.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: thread_private.h,v 1.5 2000/09/08 06:11:36 brad Exp $ */ | 1 | /* $OpenBSD: thread_private.h,v 1.6 2001/01/04 21:45:30 todd Exp $ */ |
2 | 2 | ||
3 | #ifndef _THREAD_PRIVATE_H_ | 3 | #ifndef _THREAD_PRIVATE_H_ |
4 | #define _THREAD_PRIVATE_H_ | 4 | #define _THREAD_PRIVATE_H_ |
@@ -6,7 +6,7 @@ | |||
6 | #include <pthread.h> | 6 | #include <pthread.h> |
7 | 7 | ||
8 | /* | 8 | /* |
9 | * This variable is initally 0 when there is exactly one thread. | 9 | * This variable is initially 0 when there is exactly one thread. |
10 | * It should never decrease. | 10 | * It should never decrease. |
11 | */ | 11 | */ |
12 | extern int __isthreaded; | 12 | extern int __isthreaded; |