summaryrefslogtreecommitdiffstats
path: root/lib/libc/include
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2001-01-04 21:45:29 +0000
committertodd <todd@openbsd.org>2001-01-04 21:45:29 +0000
commit6dd23de77c90ffdf2459f98599a25206f60ff9e2 (patch)
tree8ddcbc2b52ba94b294f8df55b96000227a5d3958 /lib/libc/include
parentspelling (diff)
downloadwireguard-openbsd-6dd23de77c90ffdf2459f98599a25206f60ff9e2.tar.xz
wireguard-openbsd-6dd23de77c90ffdf2459f98599a25206f60ff9e2.zip
grammer/spelling
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/thread_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/include/thread_private.h b/lib/libc/include/thread_private.h
index c4c4ffe6e4c..6b04fd9f75c 100644
--- a/lib/libc/include/thread_private.h
+++ b/lib/libc/include/thread_private.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: thread_private.h,v 1.5 2000/09/08 06:11:36 brad Exp $ */
+/* $OpenBSD: thread_private.h,v 1.6 2001/01/04 21:45:30 todd Exp $ */
#ifndef _THREAD_PRIVATE_H_
#define _THREAD_PRIVATE_H_
@@ -6,7 +6,7 @@
#include <pthread.h>
/*
- * This variable is initally 0 when there is exactly one thread.
+ * This variable is initially 0 when there is exactly one thread.
* It should never decrease.
*/
extern int __isthreaded;