mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
typo in a comment line
This commit is contained in:
parent
577ca14719
commit
7db10fef08
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue