aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.hxx')
-rw-r--r--libbutl/process.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbutl/process.hxx b/libbutl/process.hxx
index ca49369..ee17207 100644
--- a/libbutl/process.hxx
+++ b/libbutl/process.hxx
@@ -222,8 +222,7 @@ namespace butl
// the child process. If not NULL, it must contain strings in the
// "name=value" (set) or "name" (unset) forms and be terminated with
// NULL. Note that all other variables are inherited from the parent
- // process. Also note that currently is not supported on Windows so must be
- // NULL.
+ // process.
//
// Throw process_error if anything goes wrong. Note that some of the
// exceptions (e.g., if exec() failed) can be thrown in the child