mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/commit/a5603c35dff 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…
Reference in a new issue