From: Kevin Day Date: Thu, 7 Sep 2023 02:31:18 +0000 (-0500) Subject: Cleanup: Add missing "e" in the "the" in comment. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=7debba4551c76e899625ae30217c2ea822abe973;p=fll Cleanup: Add missing "e" in the "the" in comment. --- diff --git a/level_2/fll_execute/c/execute.c b/level_2/fll_execute/c/execute.c index bc7c5e9..9209f80 100644 --- a/level_2/fll_execute/c/execute.c +++ b/level_2/fll_execute/c/execute.c @@ -48,7 +48,7 @@ extern "C" { #endif // _di_level_2_parameter_checking_ { - // Allocate "size * 2" to ensure space for both th name and value are available. + // Allocate "size * 2" to ensure space for both the name and value are available. f_status_t status = f_memory_array_increase_by(size * 2, sizeof(f_string_dynamic_t), (void **) &arguments->array, &arguments->used, &arguments->size); for (f_number_unsigned_t i = 0; i < size; ++i) {