aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.cpp
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2012-12-16 12:23:24 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2012-12-16 12:23:24 +0800
commit09b1eee5d02ff4d727e85f651e13fa0c18b93709 (patch)
tree9add39b4267cbb5bc51b22370ec5a47866be4641 /exec.cpp
parent28264423a4d64af01682e09249b7b02879b02307 (diff)
Random fixes to comments.
Diffstat (limited to 'exec.cpp')
-rw-r--r--exec.cpp18
1 files changed, 3 insertions, 15 deletions
diff --git a/exec.cpp b/exec.cpp
index 4a2d0419..5013d96c 100644
--- a/exec.cpp
+++ b/exec.cpp
@@ -2,7 +2,7 @@
Functions for executing a program.
Some of the code in this file is based on code from the Glibc
- manual, though I the changes performed have been massive.
+ manual, though the changes performed have been massive.
*/
#include "config.h"
@@ -913,20 +913,8 @@ void exec(parser_t &parser, job_t *j)
/*
FIXME:
- When
- requesting
- that
- stdin
- be
- closed,
- we
- really
- don't
- do
- anything. How
- should
- this
- be
+ When requesting that stdin be closed, we
+ really don't do anything. How should this be
handled?
*/
builtin_stdin = -1;