From: Paul Floyd Date: Tue, 21 Mar 2023 21:11:11 +0000 (+0100) Subject: Solaris: fix build, another aligned alloc typo X-Git-Tag: VALGRIND_3_21_0~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=394fa9223aff48b6b344f0d55f8bc409a5425486;p=thirdparty%2Fvalgrind.git Solaris: fix build, another aligned alloc typo --- diff --git a/coregrind/m_replacemalloc/vg_replace_malloc.c b/coregrind/m_replacemalloc/vg_replace_malloc.c index d3f33e66cf..db2fc5f309 100644 --- a/coregrind/m_replacemalloc/vg_replace_malloc.c +++ b/coregrind/m_replacemalloc/vg_replace_malloc.c @@ -1617,7 +1617,7 @@ extern int *___errno (void) __attribute__((weak)); #endif #if defined(VGO_solaris) -#define VG_MEMALIGD_ALIGN_FACTOR_FOUR 1 +#define VG_MEMALIGN_ALIGN_FACTOR_FOUR 1 #else #define VG_MEMALIGN_ALIGN_FACTOR_FOUR 0 #endif