From 1829232598e6e94e6b0735d86ae8ea34a4bff0c8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 10 Mar 2022 11:32:48 +1100 Subject: Cleanup: spelling in comments & some minor clarifications --- intern/cycles/scene/mesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/scene/mesh.cpp') diff --git a/intern/cycles/scene/mesh.cpp b/intern/cycles/scene/mesh.cpp index ebf1c3999b6..a459195efee 100644 --- a/intern/cycles/scene/mesh.cpp +++ b/intern/cycles/scene/mesh.cpp @@ -68,7 +68,7 @@ void Mesh::Triangle::verts_for_step(const float3 *verts, r_verts[2] = verts[v[2]]; } else { - /* Center step not stored in the attribute array array. */ + /* Center step not stored in the attribute array. */ if (step > center_step) { step--; } -- cgit v1.2.3