From 89c6b2c2da864ca6ae9be8851eb0a7830eae78a2 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_1/fl_status_string/c/status_string.h | 2 +- level_2/fll_fss_status_string/c/fss_status_string.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 1.8.3.1