From 7db10fef08a4c8601cc46da6bbd3d464ad4a0541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatuya=20JINMEI=20=E7=A5=9E=E6=98=8E=E9=81=94=E5=93=89?= Date: Sat, 9 Jul 2005 06:43:57 +0000 Subject: [PATCH] typo in a comment line --- lib/isc/powerpc/include/isc/atomic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/powerpc/include/isc/atomic.h b/lib/isc/powerpc/include/isc/atomic.h index 611d43001e..2683ee4dcc 100644 --- a/lib/isc/powerpc/include/isc/atomic.h +++ b/lib/isc/powerpc/include/isc/atomic.h @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: atomic.h,v 1.1 2005/07/05 00:44:24 jinmei Exp $ */ +/* $Id: atomic.h,v 1.2 2005/07/09 06:43:57 jinmei Exp $ */ #ifndef ISC_ATOMIC_H #define ISC_ATOMIC_H 1 @@ -90,7 +90,7 @@ isc_atomic_cmpxchg(isc_int32_t *p, isc_int32_t cmpval, isc_int32_t val) { return (orig); } -#else /* !ISC_PLATFORM_USEGCCASM && !ISC_PLATFORM_USEGCCASM */ +#else /* !ISC_PLATFORM_USEGCCASM */ #error "unsupported compiler. disable atomic ops by --disable-atomic"