mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 01:54:57 +00:00
Kernel: Fix type, dectivate_writes => deactivate_writes
This commit is contained in:
parent
db268efa69
commit
09d09b79b6
4 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue