Commit ec525ab7 authored by Sergey Doroshenko's avatar Sergey Doroshenko Committed by Facebook Github Bot

fix typo in Subprocess.h comments

Summary: (Note: this ignores all push blocking failures!)

Reviewed By: yfeldblum

Differential Revision: D6299313

fbshipit-source-id: 95be2339f4845502e3c446698e54643eeac8055f
parent 21e85af2
...@@ -362,7 +362,7 @@ class Subprocess { ...@@ -362,7 +362,7 @@ class Subprocess {
/** /**
* Child will be made a process group leader when it starts. Upside: one * Child will be made a process group leader when it starts. Upside: one
* can reliably all its kill non-daemonizing descendants. Downside: the * can reliably kill all its non-daemonizing descendants. Downside: the
* child will not receive Ctrl-C etc during interactive use. * child will not receive Ctrl-C etc during interactive use.
*/ */
Options& processGroupLeader() { Options& processGroupLeader() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment