1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:57:44 +00:00

Kernel: Fix typos in PCI access boot message

This commit is contained in:
Andreas Kling 2020-04-08 17:41:46 +02:00
parent f2ebfb9e4e
commit e171c25a67
2 changed files with 2 additions and 2 deletions

View file

@ -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)