Cleanup: Minor clarification in console function comment.
authorKevin Day <Kevin@kevux.org>
Thu, 19 Sep 2024 03:16:35 +0000 (22:16 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 19 Sep 2024 03:16:35 +0000 (22:16 -0500)
level_0/f_console/c/console.c

index 960fbcf991c8f67cfb0caca3a0b85c1133b17912..74c55ca4ea2be80356b7bf4930214ba7656d106d 100644 (file)
@@ -202,7 +202,7 @@ extern "C" {
       parameters->arguments.array[parameters->arguments.used].used = strnlen(arguments.argv[process.location], F_console_parameter_size_d);
       parameters->arguments.array[parameters->arguments.used++].size = 0;
 
-      // Additional parameters must always follow what requests them.
+      // Additional parameters must always follow what requests ("needs") them.
       if (process.needs.used) {
         if (parameters->callback) {
           process.type = f_console_parameter_state_type_need_e;