]> Kevux Git Server - fll/commitdiff
Cleanup: Add missing "e" in the "the" in comment.
authorKevin Day <thekevinday@gmail.com>
Thu, 7 Sep 2023 02:31:18 +0000 (21:31 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 7 Sep 2023 02:31:18 +0000 (21:31 -0500)
level_2/fll_execute/c/execute.c

index bc7c5e9085cdf33c80ba2a5c3d831a14fb452d1e..9209f803014f3e735e2213f3eeceef03e684fd8f 100644 (file)
@@ -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) {