mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +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: https://github.com/SerenityOS/serenity/commit/64001227607 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;
|
||||
|
||||
#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
Reference in a new issue