[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2589-g372663
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2589-g3726632 |
Date: |
Mon, 3 Jul 2017 13:58:51 -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, master has been updated
via 3726632fb30bdbd08f5e030a65d8f4bfb29a79d6 (commit)
from f18156ca22ef6baba13f36edb250c91a746b5a5a (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=3726632fb30bdbd08f5e030a65d8f4bfb29a79d6
commit 3726632fb30bdbd08f5e030a65d8f4bfb29a79d6
Author: Arnold D. Robbins <address@hidden>
Date: Mon Jul 3 20:58:36 2017 +0300
Typo fixes in comments.
diff --git a/ChangeLog b/ChangeLog
index 9bfff32..0f8c12f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-03 Arnold D. Robbins <address@hidden>
+
+ * gawkapi.h, gawkapi.c: Typo fixes in comments.
+
2017-06-25 Andrew J. Schorr <address@hidden>
* gawkmisc.c (xmalloc): Remove function now in support/xalloc.h.
diff --git a/gawkapi.c b/gawkapi.c
index fcdfe0d..bb6b7d5 100644
--- a/gawkapi.c
+++ b/gawkapi.c
@@ -267,7 +267,7 @@ api_register_input_parser(awk_ext_id_t id,
awk_input_parser_t *input_parser)
register_input_parser(input_parser);
}
-/* api_register_output_wrapper --- egister an output wrapper, for writing
files / two-way pipes */
+/* api_register_output_wrapper --- register an output wrapper, for writing
files / two-way pipes */
static void api_register_output_wrapper(awk_ext_id_t id,
awk_output_wrapper_t *output_wrapper)
diff --git a/gawkapi.h b/gawkapi.h
index 8562b5f..08af418 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -590,7 +590,7 @@ typedef struct gawk_api {
/*
* Lookup a variable, fill in value. No messing with the value
* returned.
- * Returns false if the variable doesn't exist* or if the wrong type
+ * Returns false if the variable doesn't exist or if the wrong type
* was requested. In the latter case, vaule->val_type will have
* the real type, as described above.
*
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
gawkapi.c | 2 +-
gawkapi.h | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2589-g3726632,
Arnold Robbins <=