Skip to content

Commit

Permalink
Fixed a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gollux committed Feb 20, 2019
1 parent ea6b117 commit 40a9939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isolate.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ box_exit(int rc)

/*
* The rusage will contain time spent by the proxy and its children (i.e., the box).
* We must be carefull not to kill the proxy explicitly, because it could cause the proxy
* We must be careful not to kill the proxy explicitly, because it could cause the proxy
* to finish before its child, so the child would be re-parented and its run time lost.
*/
struct rusage rus;
Expand Down

0 comments on commit 40a9939

Please sign in to comment.