Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzaru committed Sep 7, 2023
1 parent 1e9bef4 commit 79fd399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ extension ProcessingUnit {
// Check for opcode set word mark
if registers.i.get().isOpCode(code: Opcodes.setWordMark.rawValue) {
cyclePhase = .ePhase
Logger.debug("EDING I-CYCLE FOR SET-WM")
Logger.debug("ENDING I-CYCLE FOR SET-WM")
return
}

Expand Down

0 comments on commit 79fd399

Please sign in to comment.