aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-03 23:09:37 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-03 23:09:37 +1000
commit101205900b105169c06d9a083304c01f5013d6f4 (patch)
tree8a101a3d984190dde8d6a43c67c6e597882a24cc /parser.h
parentc39fed1f37b790ce685f7883fc64d3ed8fccedf5 (diff)
Make sure all internal file descriptors are closed when spawning children
darcs-hash:20051003130937-ac50b-95fb750b3c26f1c03a2a877770bbeee536ea3b74.gz
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 21532381..e89931e1 100644
--- a/parser.h
+++ b/parser.h
@@ -117,7 +117,7 @@ extern block_t *current_block;
extern int error_code;
/**
- Current block level redirections
+ Current block level io redirections
*/
extern io_data_t *block_io;