mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
Kernel: Fix a few typos
This commit is contained in:
parent
890d5e45ee
commit
5a951d6258
Notes:
sideshowbarker
2024-07-18 03:16:36 +09:00
Author: https://github.com/nico
Commit: 5a951d6258
Pull-request: https://github.com/SerenityOS/serenity/pull/10283
Reviewed-by: https://github.com/linusg
5 changed files with 6 additions and 6 deletions
|
@ -593,7 +593,7 @@ bool Process::dump_perfcore()
|
|||
auto json_buffer = UserOrKernelBuffer::for_kernel_buffer(json->data());
|
||||
if (description.write(json_buffer, json->size()).is_error()) {
|
||||
return false;
|
||||
dbgln("Failed to generate perfcore for pid {}: Cound not write to perfcore file.", pid().value());
|
||||
dbgln("Failed to generate perfcore for pid {}: Could not write to perfcore file.", pid().value());
|
||||
}
|
||||
|
||||
dbgln("Wrote perfcore for pid {} to {}", pid().value(), description.absolute_path());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue