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 | |
parent | c5e22024783ec34ea248ebc92a1e4deefb12ce2f (diff) | |
download | egawk-1dadadf117db7822ace6e92002b42681e88ff8c8.tar.gz egawk-1dadadf117db7822ace6e92002b42681e88ff8c8.tar.bz2 egawk-1dadadf117db7822ace6e92002b42681e88ff8c8.zip |
Typo fix in comment in io.c.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | io.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2013-04-24 Arnold D. Robbins <arnold@skeeve.com> + + * io.c (do_getline_redir): Fix the leading comment. + 2013-04-23 Arnold D. Robbins <arnold@skeeve.com> * main.c (load_procinfo): Add PROCINFO entries for API major @@ -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) |