Summary: Pretty sure it was meant to be this way...
@override-unit-failures
Test Plan: n/a
Reviewed By: tudorb@fb.com
FB internal diff:
D1020789
* // read from proc.stdout()
* proc.wait();
*
- * A thread-safe version of popen() (type="w", to write from the child):
+ * A thread-safe version of popen() (type="w", to write to the child):
* Subprocess proc(cmd, Subprocess::pipeStdin());
* // write to proc.stdin()
* proc.wait();