diff --git a/source/blender/blenlib/intern/BLI_mempool.c b/source/blender/blenlib/intern/BLI_mempool.c index 2d27ab7b810..99c29bb73d2 100644 --- a/source/blender/blenlib/intern/BLI_mempool.c +++ b/source/blender/blenlib/intern/BLI_mempool.c @@ -106,8 +106,8 @@ typedef struct BLI_mempool_chunk { * The mempool, stores and tracks memory \a chunks and elements within those chunks \a free. */ struct BLI_mempool { - /* Serialize access to mempools when debugging wih ASAN. */ #ifdef WITH_ASAN + /** Serialize access to memory-pools when debugging with ASAN. */ ThreadMutex mutex; #endif /** Single linked list of allocated chunks. */ diff --git a/source/blender/makesdna/DNA_fluid_types.h b/source/blender/makesdna/DNA_fluid_types.h index 10fa1004f3d..994667bfb5c 100644 --- a/source/blender/makesdna/DNA_fluid_types.h +++ b/source/blender/makesdna/DNA_fluid_types.h @@ -687,10 +687,12 @@ typedef struct FluidDomainSettings { int viewsettings; char _pad12[4]; /* Unused. */ - /* Pointcache options. */ - /* Smoke uses only one cache from now on (index [0]), but keeping the array for now for reading - * old files. */ - struct PointCache *point_cache[2]; /* Definition is in DNA_object_force_types.h. */ + /** + * Point-cache options. + * Smoke uses only one cache from now on (index [0]), + * but keeping the array for now for reading old files. + */ + struct PointCache *point_cache[2]; struct ListBase ptcaches[2]; int cache_comp; int cache_high_comp; diff --git a/tools/check_source/check_spelling_c_config.py b/tools/check_source/check_spelling_c_config.py index be1a8237d73..f8e781ffd4b 100644 --- a/tools/check_source/check_spelling_c_config.py +++ b/tools/check_source/check_spelling_c_config.py @@ -79,6 +79,7 @@ dict_custom = { "decrement", "decrementing", "deduplicate", + "deduplicates", "deduplicating", "deduplication", "defocus", @@ -88,6 +89,7 @@ dict_custom = { "denoised", "denoiser", "denoising", + "denormalized", "dereference", "dereferenced", "dereferences",