]> Kevux Git Server - fll/commitdiff
Cleanup: Replace "object" with "content".
authorKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 00:11:30 +0000 (19:11 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 00:11:30 +0000 (19:11 -0500)
level_1/fl_fss/c/fss_extended_list.h

index ae4700ab8c6b6b3d5309045d6b2bac2db87bbd19..f463e374fbf1428d33265edd99c6c13c5ab82a86 100644 (file)
@@ -102,10 +102,10 @@ extern "C" {
  * @return
  *   FL_fss_found_content on success and content was found (start location is at end of content).
  *   FL_fss_found_content_not on success and no content was found (start location is after character designating this is not a content).
- *   F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *   F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
- *   F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
- *   F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
+ *   F_none_eos on success after reaching the end of the buffer (a valid content is not yet confirmed).
+ *   F_none_stop on success after reaching stopping point (a valid content is not yet confirmed).
+ *   F_data_not_eos no content found after reaching the end of the buffer (essentially only comments are found).
+ *   F_data_not_stop no content found after reaching stopping point (essentially only comments are found).
  *   F_terminated_not_group_eos if EOS was reached before the a group termination was reached.
  *   F_terminated_not_group_stop if stop point was reached before the a group termination was reached.
  *