From 287f8e41cb28ffe829adb366eaa3dbec6a24cc56 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 21 Feb 2024 23:05:07 -0600 Subject: [PATCH] Cleanup: Fix grammar in documentation comment, replacing process with processes. --- level_2/fll_fss_status_string/c/fss_status_string.h | 2 +- level_2/fll_status_string/c/status_string.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 1.8.3.1