mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
Everywhere: Fix many spelling errors
This commit is contained in:
parent
6bf91d00ef
commit
3102d8e160
39 changed files with 73 additions and 73 deletions
|
@ -710,7 +710,7 @@ ErrorOr<void> Process::send_signal(u8 signal, Process* sender)
|
|||
// If the main thread has died, there may still be other threads:
|
||||
if (!receiver_thread) {
|
||||
// The first one should be good enough.
|
||||
// Neither kill(2) nor kill(3) specify any selection precedure.
|
||||
// Neither kill(2) nor kill(3) specify any selection procedure.
|
||||
for_each_thread([&receiver_thread](Thread& thread) -> IterationDecision {
|
||||
receiver_thread = &thread;
|
||||
return IterationDecision::Break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue