# include <machine/sys/inline.h>
# define AO_compiler_barrier() _Asm_sched_fence()
# else
- /* FIXME - We dont know how to do this. This is a guess. */
+ /* FIXME - We do not know how to do this. This is a guess. */
/* And probably a bad one. */
static volatile int AO_barrier_dummy;
# define AO_compiler_barrier() (void)(AO_barrier_dummy = AO_barrier_dummy)
#endif
#if defined(AO_HAVE_nop_acquire)
-# error AO_nop_acquire is useless: dont define.
+# error AO_nop_acquire is useless: do not define.
#endif
#if defined(AO_HAVE_nop_release)
-# error AO_nop_release is useless: dont define.
+# error AO_nop_release is useless: do not define.
#endif
#if defined(AO_HAVE_nop_full) && !defined(AO_HAVE_nop_read)
#include "../test_and_set_t_is_ao_t.h" /* Probably suboptimal */
#if __TARGET_ARCH_ARM < 6
-Dont use with ARM instruction sets lower than v6
+# error Do not use with ARM instruction sets lower than v6
#else
#include "../standard_ao_double_t.h"
/* Needed for future IA64 processors. No current clients? */
-#error Untested! Probably doesnt work.
+# error Untested! Probably does not work.
/* We have a wide CAS, but only does an AO_t-wide comparison. */
/* We can't use the Treiber optimization, since we only check */