From 0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86 Mon Sep 17 00:00:00 2001 From: todd <> Date: Thu, 4 Jan 2001 21:45:31 +0000 Subject: grammer/spelling --- src/lib/libc/include/thread_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/include/thread_private.h') 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 @@ -/* $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 /* - * 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; -- cgit v1.2.3-55-g6feb