mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:18:11 +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
|
@ -59,7 +59,7 @@ void VGACompatibleAdapter::enable_consoles()
|
|||
{
|
||||
VERIFY(m_framebuffer_console);
|
||||
if (m_framebuffer_device)
|
||||
m_framebuffer_device->dectivate_writes();
|
||||
m_framebuffer_device->deactivate_writes();
|
||||
m_framebuffer_console->enable();
|
||||
}
|
||||
void VGACompatibleAdapter::disable_consoles()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue