Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2024-09-20 13:14:57 +10:00
parent 0d88125da5
commit 0fc27c8d81
50 changed files with 126 additions and 123 deletions

View File

@@ -63,7 +63,7 @@ endif()
blender_add_lib(bf_intern_guardedalloc "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
add_library(bf::intern::guardedalloc ALIAS bf_intern_guardedalloc)
# Override C++ alloc, optional.
# Override C++ allocator, optional.
if(WITH_CXX_GUARDEDALLOC)
set(SRC
cpp/mallocn.cpp