Skip to content

Commit 8bbb570

Browse files
committed
Fix typo and grammar error
1 parent 4ce0387 commit 8bbb570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ we'll introduce an indirect layer for memory/register manipulation, using the pr
610610
that doesn't directly come from jitboy to pass the tester.
611611
* When executing the callback function `gbz80_set_state`, we'll adjust the contents in
612612
`vm->memory.mem` to meet what the tester wants. So we can pass the tester correctly.
613-
* The tester will expect function `gbz80_mmu_write` is executed when we change the
613+
* The tester will expect function `gbz80_mmu_write` be executed when we change the
614614
content in memory. In our integration, `gbz80_mmu_write` will be called when executing
615615
`gb_memory_write`. But jitboy may sometimes write memory by JIT codes and doesn't go
616616
through `gb_memory_write`. So we reuse the macro `write_byte` that call `gb_memory_write` to
@@ -653,7 +653,7 @@ compilation. You can disassemble them by the command.
653653
objdump -D -b binary -mi386 -Mx86-64 /tmp/jitcode?
654654
```
655655

656-
To run instrution tester.
656+
To run instruction tester.
657657
```
658658
make check
659659
```

0 commit comments

Comments
 (0)