From: Paul Floyd Date: Tue, 28 Feb 2023 22:27:22 +0000 (+0100) Subject: Typo in comment X-Git-Tag: VALGRIND_3_21_0~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa27e001ec22eda595e56345be81af045e488f0;p=thirdparty%2Fvalgrind.git Typo in comment --- diff --git a/coregrind/m_replacemalloc/vg_replace_malloc.c b/coregrind/m_replacemalloc/vg_replace_malloc.c index 251b8ac9d3..494ef96371 100644 --- a/coregrind/m_replacemalloc/vg_replace_malloc.c +++ b/coregrind/m_replacemalloc/vg_replace_malloc.c @@ -1845,7 +1845,7 @@ extern int *___errno (void) __attribute__((weak)); } \ if (VG_POSIX_MEMALIGN_SIZE_0_RETURN_NULL && \ size == 0U) { \ - /* no allocation for zro size on Solaris/Illumos */ \ + /* no allocation for zero size on Solaris/Illumos */ \ *memptr = NULL; \ return 0; \ } \