From 263371dc4e217ab38ee30fcb210e3c342c6c60ec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Jun 2022 14:53:20 +1000 Subject: Cleanup: spelling in comments, additional white space --- source/blender/makesdna/DNA_cloth_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_cloth_types.h') diff --git a/source/blender/makesdna/DNA_cloth_types.h b/source/blender/makesdna/DNA_cloth_types.h index e79a53704c9..8ac899df701 100644 --- a/source/blender/makesdna/DNA_cloth_types.h +++ b/source/blender/makesdna/DNA_cloth_types.h @@ -20,8 +20,8 @@ extern "C" { * Mass-Spring Model to Describe Rigid Cloth Behavior by Xavier Provot. * * I've tried to keep similar, if not exact names for the variables as - * are presented in the paper. Where I've changed the concept slightly, - * as in stepsPerFrame compared to the time step in the paper, I've used + * are presented in the paper. Where I've changed the concept slightly, + * as in `stepsPerFrame` compared to the time step in the paper, I've used * variables with different names to minimize confusion. */ -- cgit v1.2.3