From 1b0dd5a2150c2207768ba74c1a25b842f3d4ece1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 7 Sep 2019 21:08:20 +1000 Subject: Cleanup: style, spelling --- source/blender/imbuf/intern/colormanagement.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/colormanagement.c b/source/blender/imbuf/intern/colormanagement.c index 36af7ab2571..1b911226c6f 100644 --- a/source/blender/imbuf/intern/colormanagement.c +++ b/source/blender/imbuf/intern/colormanagement.c @@ -3961,8 +3961,7 @@ static void update_glsl_display_processor(const ColorManagedViewSettings *view_s /* We're using curve mapping's address as a cache ID, * so we need to make sure re-allocation gives new address here. - * We do this by allocating new curve mapping before freeing ol one. - */ + * We do this by allocating new curve mapping before freeing old one. */ if (use_curve_mapping) { new_curve_mapping = BKE_curvemapping_copy(view_settings->curve_mapping); } -- cgit v1.2.3