diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-24 22:38:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-24 22:38:43 +0300 |
commit | 1dadadf117db7822ace6e92002b42681e88ff8c8 (patch) | |
tree | 4659458f901cb4469fa2c371515079900f8ae241 /io.c | |
parent | c5e22024783ec34ea248ebc92a1e4deefb12ce2f (diff) | |
download | egawk-1dadadf117db7822ace6e92002b42681e88ff8c8.tar.gz egawk-1dadadf117db7822ace6e92002b42681e88ff8c8.tar.bz2 egawk-1dadadf117db7822ace6e92002b42681e88ff8c8.zip |
Typo fix in comment in io.c.
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2304,7 +2304,7 @@ gawk_pclose(struct redirect *rp) #endif /* PIPES_SIMULATED */ -/* do_getline --- read in a line, into var and with redirection */ +/* do_getline_redir --- read in a line, into var and with redirection */ NODE * do_getline_redir(int into_variable, enum redirval redirtype) |