mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-27 13:38:28 +00:00
Kernel: Fix typos in PCI access boot message
This commit is contained in:
@@ -38,7 +38,7 @@ void IOAccess::initialize()
|
||||
|
||||
IOAccess::IOAccess()
|
||||
{
|
||||
klog() << "PCI: Using IO Mechanism for PCI Configuartion Space Access";
|
||||
klog() << "PCI: Using I/O instructions for PCI configuration space access";
|
||||
}
|
||||
|
||||
u8 IOAccess::read8_field(Address address, u32 field)
|
||||
|
||||
Reference in New Issue
Block a user