mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
Everywhere: Fix many spelling errors
This commit is contained in:
parent
6bf91d00ef
commit
3102d8e160
39 changed files with 73 additions and 73 deletions
|
@ -247,7 +247,7 @@ void LineProgram::handle_standard_opcode(u8 opcode)
|
|||
m_basic_block = true;
|
||||
break;
|
||||
}
|
||||
case StandardOpcodes::SetProlougeEnd: {
|
||||
case StandardOpcodes::SetPrologueEnd: {
|
||||
m_prologue_end = true;
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -153,7 +153,7 @@ private:
|
|||
SetBasicBlock,
|
||||
ConstAddPc,
|
||||
FixAdvancePc,
|
||||
SetProlougeEnd,
|
||||
SetPrologueEnd,
|
||||
SetEpilogueBegin,
|
||||
SetIsa
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue