From 5e347c4f71bf220bb735e8f9b9b965ce8644d77c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 26 May 2013 12:02:29 +0000 Subject: code cleanup: typos --- source/blender/editors/animation/keyframes_general.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/keyframes_general.c b/source/blender/editors/animation/keyframes_general.c index 9249b912da6..2cb2f6683ef 100644 --- a/source/blender/editors/animation/keyframes_general.c +++ b/source/blender/editors/animation/keyframes_general.c @@ -541,7 +541,8 @@ short copy_animedit_keys(bAnimContext *ac, ListBase *anim_data) BLI_addtail(&animcopybuf, aci); /* add selected keyframes to buffer */ - // TODO: currently, we resize array everytime we add a new vert - this works ok as long as it is assumed only a few keys are copied + /* TODO: currently, we resize array every time we add a new vert - + * this works ok as long as it is assumed only a few keys are copied */ for (i = 0, bezt = fcu->bezt; i < fcu->totvert; i++, bezt++) { if (BEZSELECTED(bezt)) { /* add to buffer */ -- cgit v1.2.3