From e9ab9e8e243ce029e561fef4f28fe301f1ddec11 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Thu, 17 Jan 2019 18:18:18 +0000 Subject: [PATCH] Typo --- src/ds/aba.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ds/aba.h b/src/ds/aba.h index 6c89c7c..143c495 100644 --- a/src/ds/aba.h +++ b/src/ds/aba.h @@ -97,7 +97,7 @@ namespace snmalloc (__int64*)&expect); # else # if defined(__GNUC__) && !defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16) -#error You must compile with -mcx16 to enable 16-bit atomic compare and swap. +#error You must compile with -mcx16 to enable 16-byte atomic compare and swap. # endif Cmp xchg{value, expect.aba + 1};