Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_particle_types.h')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h
index a2f63d4d040..4aaa1fe32f6 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -301,11 +301,11 @@ typedef struct ParticleSettings {
} ParticleSettings;
typedef struct ParticleSystem {
- /* note1: make sure all (runtime) are NULL's in 'copy_particlesystem' XXX,
- * this function is no more! - need to invstigate */
+ /* note1: make sure all (run-time) are NULL's in 'copy_particlesystem' XXX,
+ * this function is no more! - need to investigate. */
/* note2: make sure any uses of this struct in DNA are
- * accounted for in 'BKE_object_copy_particlesystems' */
+ * accounted for in 'BKE_object_copy_particlesystems'. */
struct ParticleSystem *next, *prev;