Cleanup: spelling in comments
Also remove redundant comment.
This commit is contained in:
@@ -106,8 +106,8 @@ typedef struct BLI_mempool_chunk {
|
|||||||
* The mempool, stores and tracks memory \a chunks and elements within those chunks \a free.
|
* The mempool, stores and tracks memory \a chunks and elements within those chunks \a free.
|
||||||
*/
|
*/
|
||||||
struct BLI_mempool {
|
struct BLI_mempool {
|
||||||
/* Serialize access to mempools when debugging wih ASAN. */
|
|
||||||
#ifdef WITH_ASAN
|
#ifdef WITH_ASAN
|
||||||
|
/** Serialize access to memory-pools when debugging with ASAN. */
|
||||||
ThreadMutex mutex;
|
ThreadMutex mutex;
|
||||||
#endif
|
#endif
|
||||||
/** Single linked list of allocated chunks. */
|
/** Single linked list of allocated chunks. */
|
||||||
|
|||||||
@@ -687,10 +687,12 @@ typedef struct FluidDomainSettings {
|
|||||||
int viewsettings;
|
int viewsettings;
|
||||||
char _pad12[4]; /* Unused. */
|
char _pad12[4]; /* Unused. */
|
||||||
|
|
||||||
/* Pointcache options. */
|
/**
|
||||||
/* Smoke uses only one cache from now on (index [0]), but keeping the array for now for reading
|
* Point-cache options.
|
||||||
* old files. */
|
* Smoke uses only one cache from now on (index [0]),
|
||||||
struct PointCache *point_cache[2]; /* Definition is in DNA_object_force_types.h. */
|
* but keeping the array for now for reading old files.
|
||||||
|
*/
|
||||||
|
struct PointCache *point_cache[2];
|
||||||
struct ListBase ptcaches[2];
|
struct ListBase ptcaches[2];
|
||||||
int cache_comp;
|
int cache_comp;
|
||||||
int cache_high_comp;
|
int cache_high_comp;
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ dict_custom = {
|
|||||||
"decrement",
|
"decrement",
|
||||||
"decrementing",
|
"decrementing",
|
||||||
"deduplicate",
|
"deduplicate",
|
||||||
|
"deduplicates",
|
||||||
"deduplicating",
|
"deduplicating",
|
||||||
"deduplication",
|
"deduplication",
|
||||||
"defocus",
|
"defocus",
|
||||||
@@ -88,6 +89,7 @@ dict_custom = {
|
|||||||
"denoised",
|
"denoised",
|
||||||
"denoiser",
|
"denoiser",
|
||||||
"denoising",
|
"denoising",
|
||||||
|
"denormalized",
|
||||||
"dereference",
|
"dereference",
|
||||||
"dereferenced",
|
"dereferenced",
|
||||||
"dereferences",
|
"dereferences",
|
||||||
|
|||||||
Reference in New Issue
Block a user