]> 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:43 +0000 (23:05 -0600)
level_1/fl_status_string/c/status_string.h
level_2/fll_fss_status_string/c/fss_status_string.h

index 4038b881dc3397fcd1946e6f2b8d01b620046cc6..a0c5f901180e1cf7c064f8b7d5a4bd80597a1816 100644 (file)
@@ -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.
index d731e65a2257639f58a1376fef4410c1e5a252b4..befe7d4143a4d6eb43f59959826b899b18a2cb28 100644 (file)
@@ -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.