aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-08 23:21:07 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-08 23:21:07 -0800
commitd173bb6e0a13863e23c606f1454c35788b3a6cf6 (patch)
tree7ace61ece41660f3744eb4d606d6d85a09fdbec4 /exec.h
parentce859c9e92cc50f9b4ff20edfec8e905c298d29a (diff)
A bunch of changes working towards eliminating all memory allocation after fork()
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/exec.h b/exec.h
index 5d882a00..4fa4b10c 100644
--- a/exec.h
+++ b/exec.h
@@ -59,8 +59,8 @@ __warn_unused int exec_subshell(const wcstring &cmd );
/**
- Loops over close until thesyscall was run without beeing
- interrupted. Thenremoves the fd from the open_fds list.
+ Loops over close until the syscall was run without being
+ interrupted. Then removes the fd from the open_fds list.
*/
void exec_close( int fd );