From 393b5a231f19246265f496265e457214b4ca09ff Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 17 Sep 2020 13:33:53 +0200 Subject: Cleanup: Misplaced fullstop in comment --- source/blender/makesdna/DNA_particle_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h index 00f888dde5b..b50c2268b3c 100644 --- a/source/blender/makesdna/DNA_particle_types.h +++ b/source/blender/makesdna/DNA_particle_types.h @@ -131,7 +131,7 @@ typedef struct ParticleData { /** Index to derived mesh data (face) to avoid slow lookups. */ int num_dmcache; - /** Coordinates on face/edge number "num" and depth alon.g*/ + /** Coordinates on face/edge number "num" and depth along. */ float fuv[4], foffset; /* face normal for volume emission. */ -- cgit v1.2.3