mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
Kernel: Rename SpinLock => Spinlock
This commit is contained in:
parent
7d5d26b048
commit
55adace359
Notes:
sideshowbarker
2024-07-18 05:24:54 +09:00
Author: https://github.com/awesomekling
Commit: 55adace359
110 changed files with 491 additions and 491 deletions
|
@ -133,7 +133,7 @@ private:
|
|||
bool m_break_enable { false };
|
||||
u8 m_modem_control { 0 };
|
||||
bool m_last_put_char_was_carriage_return { false };
|
||||
SpinLock<u8> m_serial_lock;
|
||||
Spinlock<u8> m_serial_lock;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue