mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:05:08 +00:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
parent
7399874479
commit
ef1b21004f
28 changed files with 39 additions and 39 deletions
|
@ -244,7 +244,7 @@ void* DebugSession::single_step()
|
|||
{
|
||||
// Single stepping works by setting the x86 TRAP flag bit in the eflags register.
|
||||
// This flag causes the cpu to enter single-stepping mode, which causes
|
||||
// Interupt 1 (debug interrupt) to be emitted after every instruction.
|
||||
// Interrupt 1 (debug interrupt) to be emitted after every instruction.
|
||||
// To single step the program, we set the TRAP flag and continue the debugee.
|
||||
// After the debugee has stopped, we clear the TRAP flag.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue