From aec9e0e1b61a10e62612522bf3f86e0afd7294a3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 29 Mar 2020 16:33:51 +1100 Subject: Cleanup: spelling, comments --- source/blender/blenkernel/BKE_armature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_armature.h') diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h index cd4733a4e62..6c383ae5011 100644 --- a/source/blender/blenkernel/BKE_armature.h +++ b/source/blender/blenkernel/BKE_armature.h @@ -61,7 +61,7 @@ typedef struct PoseTree { int stretch; /* disable stretching */ } PoseTree; -/* Core armature functionality */ +/* Core armature functionality. */ struct bArmature *BKE_armature_add(struct Main *bmain, const char *name); struct bArmature *BKE_armature_from_object(struct Object *ob); -- cgit v1.2.3