From 9e96c6d05488370cd74c89b69b306da6f5e4de69 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Jun 2020 14:34:00 +1000 Subject: Cleanup: spelling --- source/blender/draw/intern/draw_cache_extract_mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/draw/intern') diff --git a/source/blender/draw/intern/draw_cache_extract_mesh.c b/source/blender/draw/intern/draw_cache_extract_mesh.c index 0fd6bf54856..06462d5b9c5 100644 --- a/source/blender/draw/intern/draw_cache_extract_mesh.c +++ b/source/blender/draw/intern/draw_cache_extract_mesh.c @@ -5086,7 +5086,7 @@ void mesh_buffer_cache_create_requested(struct TaskGraph *task_graph, EXTRACT(ibo, edituv_points); EXTRACT(ibo, edituv_fdots); - /* Only create the edge when there are user datas that needs to be inited. + /* Only create the edge when there is user data that needs to be initialized. * The task is still part of the graph so the task_data will be freed when the graph is freed. */ if (!BLI_listbase_is_empty(&user_data_init_task_data->task_datas)) { -- cgit v1.2.3