From 3a7fd309fce89213b0224b3c6807adb2d1fe7ca8 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:12:33 -0700 Subject: Spelling: It's Versus Its Corrects incorrect usage of contraction for 'it is', when possessive 'its' was required. Differential Revision: https://developer.blender.org/D9250 Reviewed by Campbell Barton --- source/blender/blenkernel/intern/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/sound.c') diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c index 0f1b341a606..8bec9f331c5 100644 --- a/source/blender/blenkernel/intern/sound.c +++ b/source/blender/blenkernel/intern/sound.c @@ -229,7 +229,7 @@ BLI_INLINE void sound_verify_evaluated_id(const ID *id) * * Data-blocks which are covered by a copy-on-write system of dependency graph will have * LIB_TAG_COPIED_ON_WRITE tag set on them. But if some of data-blocks during its evaluation - * decides to re-allocate it's nested one (for example, object evaluation could re-allocate mesh + * decides to re-allocate its nested one (for example, object evaluation could re-allocate mesh * when evaluating modifier stack). Such data-blocks will have * LIB_TAG_COPIED_ON_WRITE_EVAL_RESULT tag set on them. * -- cgit v1.2.3