]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
typo in a comment line
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Sat, 9 Jul 2005 06:43:57 +0000 (06:43 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Sat, 9 Jul 2005 06:43:57 +0000 (06:43 +0000)
lib/isc/powerpc/include/isc/atomic.h

index 611d43001eaa201f3faeaf5f4a4312518286a4d3..2683ee4dcc3cfdcec6d6e4e030c53f6a21ed3175 100644 (file)
@@ -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"