From b669fd376afb19de313392e8f5cd8cf1915c2249 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 10 Jun 2021 17:00:31 +1000 Subject: Cleanup: spelling in comments --- source/creator/creator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/creator') diff --git a/source/creator/creator.c b/source/creator/creator.c index 8fbbdb685d3..2ec4a2aa616 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -233,8 +233,8 @@ void gmp_free(void *ptr, size_t size) } /** * Use TBB's scalable_allocator on Windows. - * TBBmalloc correctly captures all allocations already, - * however, GMP is built with mingw since it doesn't build with msvc, + * `TBBmalloc` correctly captures all allocations already, + * however, GMP is built with MINGW since it doesn't build with MSVC, * which TBB has issues hooking into automatically. */ void gmp_blender_init_allocator() -- cgit v1.2.3