mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +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;
|
||||
|
||||
#ifdef SYSTEMSERVER_DEBUG
|
||||
dbg() << "Reaped child with pid " << pid << ", exist status " << status;
|
||||
dbg() << "Reaped child with pid " << pid << ", exit status " << status;
|
||||
#endif
|
||||
|
||||
Service* service = Service::find_by_pid(pid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue