mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
Kernel: Fix type, dectivate_writes => deactivate_writes
This commit is contained in:
@@ -60,7 +60,7 @@ KResultOr<Region*> FramebufferDevice::mmap(Process& process, FileDescription&, c
|
||||
return result;
|
||||
}
|
||||
|
||||
void FramebufferDevice::dectivate_writes()
|
||||
void FramebufferDevice::deactivate_writes()
|
||||
{
|
||||
ScopedSpinLock lock(m_activation_lock);
|
||||
if (!m_userspace_framebuffer_region)
|
||||
|
||||
Reference in New Issue
Block a user