typo in a comment line

This commit is contained in:
Tatuya JINMEI 神明達哉 2005-07-09 06:43:57 +00:00
parent 577ca14719
commit 7db10fef08

View 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"