Cleanup: Spelling in comment

This commit is contained in:
Sergey Sharybin 2019-09-19 11:30:01 +02:00
parent 5e332fd700
commit 7a78bc5d24
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ void RE_point_density_cache(struct Depsgraph *depsgraph, PointDensity *pd)
{
Scene *scene = DEG_get_evaluated_scene(depsgraph);
/* Same matricies/resolution as dupli_render_particle_set(). */
/* Same matrices/resolution as dupli_render_particle_set(). */
BLI_mutex_lock(&sample_mutex);
cache_pointdensity(depsgraph, scene, pd);
BLI_mutex_unlock(&sample_mutex);