From 20fe8fea93ad2165d3f44453c648179c6ed6bd53 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 28 Jan 2017 01:06:36 +0300 Subject: Make fdopen_pipe(), fdopen(), fdnull() and fddup() to set FD_CLOEXEC flag --- butl/process.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/process.cxx') diff --git a/butl/process.cxx b/butl/process.cxx index 526966e..892e930 100644 --- a/butl/process.cxx +++ b/butl/process.cxx @@ -865,7 +865,7 @@ namespace butl // Resolve file descriptor to HANDLE and make sure it is inherited. Note // that the handle is closed either when CloseHandle() is called for it or // when _close() is called for the associated file descriptor. Make sure - // that either the original file descriptor or the resulted HANDLE is + // that either the original file descriptor or the resulting HANDLE is // closed but not both of them. // auto get_osfhandle = [&fail](int fd) -> HANDLE -- cgit v1.1