diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gawkapi.c | 2 | ||||
-rw-r--r-- | gawkapi.h | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2017-07-03 Arnold D. Robbins <arnold@skeeve.com> + + * gawkapi.h, gawkapi.c: Typo fixes in comments. + 2017-06-25 Andrew J. Schorr <aschorr@telemetry-investments.com> * gawkmisc.c (xmalloc): Remove function now in support/xalloc.h. @@ -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) @@ -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. * |