From 8b06c524d207f5e67ef22d6a1869c94d8f91717f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Mar 2022 10:29:53 +1100 Subject: Cleanup: spelling in comments, function name --- source/blender/editors/transform/transform_mode_timescale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/transform/transform_mode_timescale.c') diff --git a/source/blender/editors/transform/transform_mode_timescale.c b/source/blender/editors/transform/transform_mode_timescale.c index a4f46803143..4130f6dc034 100644 --- a/source/blender/editors/transform/transform_mode_timescale.c +++ b/source/blender/editors/transform/transform_mode_timescale.c @@ -123,12 +123,12 @@ void initTimeScale(TransInfo *t) t->flag |= T_NULL_ONE; t->num.val_flag[0] |= NUM_NULL_ONE; - /* num-input has max of (n-1) */ + /* Numeric-input has max of (n-1). */ t->idx_max = 0; t->num.flag = 0; t->num.idx_max = t->idx_max; - /* initialize snap like for everything else */ + /* Initialize snap like for everything else. */ t->snap[0] = t->snap[1] = 1.0f; copy_v3_fl(t->num.val_inc, t->snap[0]); -- cgit v1.2.3