Commit 83f654ef authored by Andrey Goder's avatar Andrey Goder Committed by Sara Golemon

fix typo in comment

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
parent 94fce358
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* // read from proc.stdout() * // read from proc.stdout()
* proc.wait(); * 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()); * Subprocess proc(cmd, Subprocess::pipeStdin());
* // write to proc.stdin() * // write to proc.stdin()
* proc.wait(); * proc.wait();
......
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