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-Tag: 0.6.9~18 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=287f8e41cb28ffe829adb366eaa3dbec6a24cc56;p=fll Cleanup: Fix grammar in documentation comment, replacing process with processes. --- 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 e050f9b..9a5b5af 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 @@ -93,7 +93,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. diff --git a/level_2/fll_status_string/c/status_string.h b/level_2/fll_status_string/c/status_string.h index 2663c35..6851261 100644 --- a/level_2/fll_status_string/c/status_string.h +++ b/level_2/fll_status_string/c/status_string.h @@ -31,7 +31,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.