summaryrefslogtreecommitdiff
path: root/erts/emulator/test/alloc_SUITE_data/bucket_mask.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/alloc_SUITE_data/bucket_mask.c')
-rw-r--r--erts/emulator/test/alloc_SUITE_data/bucket_mask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/alloc_SUITE_data/bucket_mask.c b/erts/emulator/test/alloc_SUITE_data/bucket_mask.c
index c94c265f4e..36dbce9f20 100644
--- a/erts/emulator/test/alloc_SUITE_data/bucket_mask.c
+++ b/erts/emulator/test/alloc_SUITE_data/bucket_mask.c
@@ -24,7 +24,7 @@
#include <stdio.h>
#if defined(__WIN32__) && SIZEOF_VOID_P == 8
-/* Use larger threashold for win64 as block alignment
+/* Use larger threshold for win64 as block alignment
is 16 bytes and not 8 */
#define SBCT ((1024*1024))
#else