aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--io.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d44fcdfe..7fd8d2b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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)