]> Kevux Git Server - fll/commitdiff
Cleanup: Should be using the word 'read' and not the word 'write'.
authorKevin Day <thekevinday@gmail.com>
Tue, 2 Jan 2024 16:00:27 +0000 (10:00 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 2 Jan 2024 16:00:27 +0000 (10:00 -0600)
level_2/fll_fss/c/fss/payload.h

index 4bf2658340c8c7788b59e06262d0e5d96853fa94..e8c848eb3718ef4908a3c3ec49a9b27a2d80d35f 100644 (file)
@@ -68,12 +68,12 @@ extern "C" {
  *     F_okay_eos on success after reaching the end of the buffer.
  *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if buffer is empty (buffer.used is 0).
- *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
- *     F_data_not_stop no data to write due start location being greater than stop location.
+ *     F_data_not_eos no data to read due start location being greater than or equal to buffer size.
+ *     F_data_not_stop no data to read due start location being greater than stop location.
  *
  *     F_fss_found_object_content_not (with error bit) When payload Content is missing.
- *     F_data_not_eos (with error bit) no data to write due start location being greater than or equal to buffer size, except that no "payload" is found.
- *     F_data_not_stop (with error bit) no data to write due start location being greater than stop location, except that no "payload" is found.
+ *     F_data_not_eos (with error bit) no data to read due start location being greater than or equal to buffer size, except that no "payload" is found.
+ *     F_data_not_stop (with error bit) no data to read due start location being greater than stop location, except that no "payload" is found.
  *     F_okay (with error bit) on success, except that no "payload" is found.
  *     F_okay_eos (with error bit) on success after reaching the end of the buffer, except that no "payload" is found.
  *     F_okay_stop (with error bit) on success after reaching stopping point, except that no "payload" is found.