[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5475-g6560565a
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5475-g6560565a |
Date: |
Wed, 5 Jun 2024 10:24:28 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-5.3-stable has been updated
via 6560565a7bc2a5ddc6794abfbcf59d28e748b30d (commit)
from f529f3f6fb2e49db4d33164438df59fb26493fd4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=6560565a7bc2a5ddc6794abfbcf59d28e748b30d
commit 6560565a7bc2a5ddc6794abfbcf59d28e748b30d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Jun 5 17:24:01 2024 +0300
Small typo fix.
diff --git a/ChangeLog b/ChangeLog
index f07a6a1c..24af95b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-06-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * io.c: Fix a comment typo for enum recvalues.
+
2024-06-03 Arnold D. Robbins <arnold@skeeve.com>
* awk.h [USE_REAL_MALLOC]: Define this so that emalloc() and friends
diff --git a/io.c b/io.c
index 4853a2ac..d9836032 100644
--- a/io.c
+++ b/io.c
@@ -217,7 +217,7 @@ typedef enum recvalues {
NOTERM, /* no terminator found, give me more input data */
TERMATEND, /* found terminator at end of buffer */
TERMNEAREND /* found terminator close to end of buffer, for when
- the RE might be match more data further in
+ the RE might match more data further in
the file. */
} RECVALUE;
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
io.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5475-g6560565a,
Arnold Robbins <=