X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fatomic.h;h=c1a1a94b47597e5e288ba306348925bf391c06a2;hb=09126b1b214562228e98c8b0cb6eb98a37818467;hp=c8c70007bc751d0a55d612c230a28450c79e968f;hpb=d61bf0d21bc6b8983a88b2ffb4f4010aa3ada563;p=mono.git diff --git a/mono/utils/atomic.h b/mono/utils/atomic.h index c8c70007bc7..c1a1a94b475 100755 --- a/mono/utils/atomic.h +++ b/mono/utils/atomic.h @@ -167,7 +167,7 @@ static inline void InterlockedWrite16(volatile gint16 *dst, gint16 val) mono_memory_barrier (); } -/* Prefer GCC atomic ops if the target supports it (see configure.in). */ +/* Prefer GCC atomic ops if the target supports it (see configure.ac). */ #elif defined(USE_GCC_ATOMIC_OPS) static inline gint32 InterlockedCompareExchange(volatile gint32 *dest,