From f23a67b5ec089d6832d12ffc783847ec94aeac1e Mon Sep 17 00:00:00 2001 From: Ivica Kicic Date: Fri, 23 Nov 2018 19:31:46 +0100 Subject: [PATCH] Typo --- include/Cubism/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Cubism/Common.h b/include/Cubism/Common.h index 97c5a25..4fc5fe1 100644 --- a/include/Cubism/Common.h +++ b/include/Cubism/Common.h @@ -12,7 +12,7 @@ #endif #ifdef _ALIGNBYTES_ -#warning _ALIGNBYTES_ is deprecated, use CUBISM_ALIGN_BYTES instead. +#warning _ALIGNBYTES_ is deprecated, use CUBISM_ALIGNMENT instead. #define CUBISM_ALIGNMENT _ALIGNBYTES_ #elif !defined(CUBISM_ALIGNMENT) #define CUBISM_ALIGNMENT // If you get duplicate definition, put all Cubism -- GitLab