aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-24 22:38:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-24 22:38:43 +0300
commit1dadadf117db7822ace6e92002b42681e88ff8c8 (patch)
tree4659458f901cb4469fa2c371515079900f8ae241 /io.c
parentc5e22024783ec34ea248ebc92a1e4deefb12ce2f (diff)
downloadegawk-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index c4e34c5a..c8bd9b24 100644
--- a/io.c
+++ b/io.c
@@ -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)