summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-02-05 18:43:35 +0200
committerArnold D. Robbins <arnold@skeeve.com>2023-02-05 18:43:35 +0200
commit1bcf38aaf4dd205a64747ef10b7d847ffe49265b (patch)
tree9e4471229acfc20ff900b8c06676841fe59a30ba /io.c
parentef06cfd9b39fa79f2e31e74a5759869adb3fe4a9 (diff)
downloadgawk-1bcf38aaf4dd205a64747ef10b7d847ffe49265b.tar.gz
Small typo fix.
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 fd830c08..2addce0c 100644
--- a/io.c
+++ b/io.c
@@ -3844,7 +3844,7 @@ errno_io_retry(void)
/*
* get_a_record --- read a record from IOP into out,
- * return length of EOF, set RT.
+ * return length or EOF, set RT.
* Note that errcode is never NULL, and the caller initializes *errcode to 0.
* If I/O would block, return -2.
*/