mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibDebug: Fix typo in handle_special_opcode method name
handle_sepcial_opcode -> handle_special_opcode :)
This commit is contained in:
parent
e9837bed33
commit
a5b4d4434e
Notes:
sideshowbarker
2024-07-18 20:17:16 +09:00
Author: https://github.com/FalseHonesty
Commit: a5b4d4434e
Pull-request: https://github.com/SerenityOS/serenity/pull/6370
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue