Cleanup: spelling in comments

This commit is contained in:
2022-01-24 14:29:19 +11:00
parent c69a581c0b
commit 43e3a33082
27 changed files with 41 additions and 39 deletions

View File

@@ -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;
}
}