From ec525ab7f208f6eb653b74adad345862875772f5 Mon Sep 17 00:00:00 2001 From: Sergey Doroshenko Date: Fri, 10 Nov 2017 15:27:22 -0800 Subject: [PATCH] fix typo in Subprocess.h comments Summary: (Note: this ignores all push blocking failures!) Reviewed By: yfeldblum Differential Revision: D6299313 fbshipit-source-id: 95be2339f4845502e3c446698e54643eeac8055f --- folly/Subprocess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.34.1