aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-09-24 22:18:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-09-24 22:18:03 +0300
commit8dbfb49319c538b0682d4dbcc977ba5b811b86b0 (patch)
tree3c44d7a0588390e7e2ed15d863d671f3d7abab59 /io.c
parent997dbc7f520c811e4c5325b9536f72cb454560cc (diff)
downloadegawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.tar.gz
egawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.tar.bz2
egawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.zip
Minor spelling and doc fixes.
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index b693a138..bece1a56 100644
--- a/io.c
+++ b/io.c
@@ -2027,7 +2027,7 @@ gawk_popen(const char *cmd, struct redirect *rp)
/*
* used to wait for any children to synchronize input and output,
* but this could cause gawk to hang when it is started in a pipeline
- * and thus has a child process feeding it input (shell dependant)
+ * and thus has a child process feeding it input (shell dependent)
*/
/*(void) wait_any(0);*/ /* wait for outstanding processes */