]> Kevux Git Server - fll/commitdiff
Cleanup: Fix grammar in documentation comment, replacing process with processes.
authorKevin Day <kevin@kevux.org>
Thu, 22 Feb 2024 05:05:07 +0000 (23:05 -0600)
committerKevin Day <kevin@kevux.org>
Thu, 22 Feb 2024 05:05:07 +0000 (23:05 -0600)
level_2/fll_fss_status_string/c/fss_status_string.h
level_2/fll_status_string/c/status_string.h

index e050f9be76207f8cd5de844af1a3dcdaf79eaa2e..9a5b5af2f9a424fa68ddf2c89173a2d88f6b6354 100644 (file)
@@ -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.
index 2663c356650222bcf5bdd9f063723f9d5aad19dd..6851261a778032ac5c32acc353cf6ad4a2a8569f 100644 (file)
@@ -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.