From: Kevin Day Date: Thu, 22 Feb 2024 05:05:07 +0000 (-0600) Subject: Cleanup: Fix grammar in documentation comment, replacing process with processes. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=89c6b2c2da864ca6ae9be8851eb0a7830eae78a2;p=fll Cleanup: Fix grammar in documentation comment, replacing process with processes. --- diff --git a/level_1/fl_status_string/c/status_string.h b/level_1/fl_status_string/c/status_string.h index 4038b88..a0c5f90 100644 --- a/level_1/fl_status_string/c/status_string.h +++ b/level_1/fl_status_string/c/status_string.h @@ -30,7 +30,7 @@ extern "C" { * * Error, warning, and signal flags will not be assigned to the error. * - * This process the string until either a match or NULL is reached. + * This processes the string until either a match or NULL is reached. * * @param name * The status name to process. diff --git a/level_2/fll_fss_status_string/c/fss_status_string.h b/level_2/fll_fss_status_string/c/fss_status_string.h index d731e65..befe7d4 100644 --- a/level_2/fll_fss_status_string/c/fss_status_string.h +++ b/level_2/fll_fss_status_string/c/fss_status_string.h @@ -95,7 +95,7 @@ extern "C" { * * Error, warning, and signal flags will not be assigned to the code. * - * This process the string until either a match or NULL is reached. + * This processes the string until either a match or NULL is reached. * * @param name * The status name to process.