fix typo in Subprocess.h comments
authorSergey Doroshenko <sdoroshenko@fb.com>
Fri, 10 Nov 2017 23:27:22 +0000 (15:27 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 10 Nov 2017 23:41:03 +0000 (15:41 -0800)
Summary: (Note: this ignores all push blocking failures!)

Reviewed By: yfeldblum

Differential Revision: D6299313

fbshipit-source-id: 95be2339f4845502e3c446698e54643eeac8055f

folly/Subprocess.h

index 21e7a8823829b2d0b130ae5544f5a58d20cac94b..72cf3fe05ea628023f7d6f618d82b4d18b14b179 100644 (file)
@@ -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() {