From 7af444da86adef1913220b4d7cd5d2d540aedd77 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Mon, 10 Jun 2024 11:57:13 -0400 Subject: [PATCH] Cleanup: Fix typo in comment --- source/blender/editors/sculpt_paint/sculpt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/sculpt_paint/sculpt.cc b/source/blender/editors/sculpt_paint/sculpt.cc index 53f84ba1316..b5f5ae3f948 100644 --- a/source/blender/editors/sculpt_paint/sculpt.cc +++ b/source/blender/editors/sculpt_paint/sculpt.cc @@ -5607,7 +5607,7 @@ void flush_update_step(bContext *C, UpdateType update_type) * are trivial to access from the PBVH. Updating the object's evaluated geometry bounding * box is necessary because sculpt strokes don't cause an object reevaluation. */ mesh->tag_positions_changed_no_normals(); - /* Sculpt mode does node use or recalculate face corner normals, so they are cleared. */ + /* Sculpt mode does not use or recalculate face corner normals, so they are cleared. */ mesh->runtime->corner_normals_cache.tag_dirty(); } else {