Cleanup: spelling in comments

Also remove redundant comment.
This commit is contained in:
Campbell Barton 2023-04-28 11:54:28 +10:00
parent 3ad82ec5a4
commit 0c27c6f876
3 changed files with 9 additions and 5 deletions

View File

@ -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. */

View File

@ -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;

View File

@ -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",