From: Sergey Doroshenko Date: Fri, 10 Nov 2017 23:27:22 +0000 (-0800) Subject: fix typo in Subprocess.h comments X-Git-Tag: v2017.11.13.00~3 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ec525ab7f208f6eb653b74adad345862875772f5;p=folly.git fix typo in Subprocess.h comments Summary: (Note: this ignores all push blocking failures!) Reviewed By: yfeldblum Differential Revision: D6299313 fbshipit-source-id: 95be2339f4845502e3c446698e54643eeac8055f --- diff --git a/folly/Subprocess.h b/folly/Subprocess.h index 21e7a882..72cf3fe0 100644 --- a/folly/Subprocess.h +++ b/folly/Subprocess.h @@ -362,7 +362,7 @@ class Subprocess { /** * 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. */ Options& processGroupLeader() {