mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
Kernel: Fix a few typos
This commit is contained in:
parent
890d5e45ee
commit
5a951d6258
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