mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +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
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