From a1322d7c9546dc78204c0ba9980c1e3094149e7a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 19 Mar 2020 20:33:23 +0100 Subject: Cleanup: fix typos in comments Contributed by luzpaz. Differential Revision: https://developer.blender.org/D7133 --- source/blender/blenkernel/intern/mesh_evaluate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/mesh_evaluate.c') diff --git a/source/blender/blenkernel/intern/mesh_evaluate.c b/source/blender/blenkernel/intern/mesh_evaluate.c index ac5a68b7764..0b3650fd40a 100644 --- a/source/blender/blenkernel/intern/mesh_evaluate.c +++ b/source/blender/blenkernel/intern/mesh_evaluate.c @@ -1279,7 +1279,7 @@ static void split_loop_nor_fan_do(LoopSplitTaskDataCommon *common_data, LoopSpli copy_v3_v3(nor, lnor); } } - /* Extra bonus: since small-stack is local to this funcion, + /* Extra bonus: since small-stack is local to this function, * no more need to empty it at all cost! */ } } -- cgit v1.2.3