From e1884ec56621ddd50d9e10de94b79e6733ef6b2c Mon Sep 17 00:00:00 2001 From: brad <> Date: Fri, 8 Sep 2000 06:11:36 +0000 Subject: typo in comment, AILASES -> ALIASES --- src/lib/libc/include/thread_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/include/thread_private.h b/src/lib/libc/include/thread_private.h index 32dc010330..c4c4ffe6e4 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.4 2000/01/06 08:57:29 d Exp $ */ +/* $OpenBSD: thread_private.h,v 1.5 2000/09/08 06:11:36 brad Exp $ */ #ifndef _THREAD_PRIVATE_H_ #define _THREAD_PRIVATE_H_ @@ -30,7 +30,7 @@ extern int __isthreaded; #endif #define WEAK_ALIAS(name) /* unavailable */ #define WEAK_PROTOTYPE(name) /* unnecessary */ -#else /* !_NO_WEAK_AILASES */ +#else /* !_NO_WEAK_ALIASES */ #define WEAK_NAME(name) __CONCAT(_weak_,name) #define WEAK_ALIAS(name) __weak_alias(name, WEAK_NAME(name)) #ifdef __GNUC__ -- cgit v1.2.3-55-g6feb