Rename configure.in -> configure.ac. Based on PR #976.
[mono.git] / mono / utils / atomic.h
index c8c70007bc751d0a55d612c230a28450c79e968f..c1a1a94b47597e5e288ba306348925bf391c06a2 100755 (executable)
@@ -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,