From b331acf477125121b109e743c00fd214f7aaf6a1 Mon Sep 17 00:00:00 2001 From: YimingWu Date: Tue, 27 Jul 2021 14:02:22 +0800 Subject: Cleanup: comment spelling & punctuation --- source/blender/editors/armature/armature_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature') diff --git a/source/blender/editors/armature/armature_utils.c b/source/blender/editors/armature/armature_utils.c index 874f1b49451..4fe4422e4e0 100644 --- a/source/blender/editors/armature/armature_utils.c +++ b/source/blender/editors/armature/armature_utils.c @@ -107,7 +107,7 @@ int bone_looper(Object *ob, Bone *bone, void *data, int (*bone_func)(Object *, B { /* We want to apply the function bone_func to every bone * in an armature -- feed bone_looper the first bone and - * a pointer to the bone_func and watch it go!. The int count + * a pointer to the bone_func and watch it go! The int count * can be useful for counting bones with a certain property * (e.g. skinnable) */ -- cgit v1.2.3