From 43e3a33082586982e0daa7f00df11df7dc1a3837 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 24 Jan 2022 14:29:19 +1100 Subject: Cleanup: spelling in comments --- .../blender/functions/intern/multi_function_procedure_optimization.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/functions/intern') diff --git a/source/blender/functions/intern/multi_function_procedure_optimization.cc b/source/blender/functions/intern/multi_function_procedure_optimization.cc index f220c85e535..9ad428dcbd8 100644 --- a/source/blender/functions/intern/multi_function_procedure_optimization.cc +++ b/source/blender/functions/intern/multi_function_procedure_optimization.cc @@ -81,7 +81,7 @@ void move_destructs_up(MFProcedure &procedure, MFInstruction &block_end_instr) const MFInstructionCursor &prev_cursor = prev_cursors[0]; current_instr = prev_cursor.instruction(); if (current_instr == nullptr) { - /* Stop when there is no previous instruction. E.g. when this is the first instruction. */ + /* Stop when there is no previous instruction. E.g. when this is the first instruction. */ break; } } -- cgit v1.2.3