1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:37:35 +00:00

LibDebug: Fix typo in handle_special_opcode method name

handle_sepcial_opcode -> handle_special_opcode :)
This commit is contained in:
FalseHonesty 2021-04-15 23:14:35 -04:00 committed by Linus Groh
parent e9837bed33
commit a5b4d4434e
2 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ private:
void handle_extended_opcode();
void handle_standard_opcode(u8 opcode);
void handle_sepcial_opcode(u8 opcode);
void handle_special_opcode(u8 opcode);
struct [[gnu::packed]] UnitHeader32 {
u32 length;