mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
Kernel: Fix spelling mistake in HPETComparator::try_to_set_frequency
This commit is contained in:
parent
0ac3317764
commit
a5603c35df
Notes:
sideshowbarker
2024-07-18 17:56:16 +09:00
Author: https://github.com/IdanHo
Commit: a5603c35df
Pull-request: https://github.com/SerenityOS/serenity/pull/7215
Issue: https://github.com/SerenityOS/serenity/issues/7159
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ bool HPETComparator::try_to_set_frequency(size_t frequency)
|
|||
{
|
||||
InterruptDisabler disabler;
|
||||
if (!is_capable_of_frequency(frequency)) {
|
||||
dbgln("HPETComparator: not cable of frequency: {}", frequency);
|
||||
dbgln("HPETComparator: not capable of frequency: {}", frequency);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue