Fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ void Kernel::arbitrateAddress() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (address & 3) [[unlikely]] {
|
if (address & 3) [[unlikely]] {
|
||||||
Helpers::panic("ArbitrateAddres:: Unaligned address");
|
Helpers::panic("ArbitrateAddress: Unaligned address");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type > 4) [[unlikely]] {
|
if (type > 4) [[unlikely]] {
|
||||||
|
|||||||
Reference in New Issue
Block a user