Skip to content

Commit

Permalink
Codespell
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Jul 9, 2022
1 parent 3c38420 commit 2b6b943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supervisor.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ bool supervisor(int *exitcode)
bool running = false;
do
{
// Fork new process when FTL is NOT running (might be STOPed)
// Fork new process when FTL is NOT running (might be STOPped)
if(!running)
{
if((child_pid = fork()) == 0)
Expand Down

0 comments on commit 2b6b943

Please sign in to comment.