mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
SystemServer: Fix typo (exist -> exit) (#2615)
Small typo that I noticed on the latest OS hacking video!
This commit is contained in:
parent
c74b5fd798
commit
6400122760
Notes:
sideshowbarker
2024-07-19 05:25:51 +09:00
Author: https://github.com/rkm 🔰
Commit: 6400122760
Pull-request: https://github.com/SerenityOS/serenity/pull/2615
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static void sigchld_handler(int)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
#ifdef SYSTEMSERVER_DEBUG
|
#ifdef SYSTEMSERVER_DEBUG
|
||||||
dbg() << "Reaped child with pid " << pid << ", exist status " << status;
|
dbg() << "Reaped child with pid " << pid << ", exit status " << status;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Service* service = Service::find_by_pid(pid);
|
Service* service = Service::find_by_pid(pid);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue