From 7bd6684e3f401209a1fc773611c79cfa2797558b Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 6 May 2021 19:11:30 -0500 Subject: [PATCH] Cleanup: Replace "object" with "content". --- level_1/fl_fss/c/fss_extended_list.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/level_1/fl_fss/c/fss_extended_list.h b/level_1/fl_fss/c/fss_extended_list.h index ae4700a..f463e37 100644 --- a/level_1/fl_fss/c/fss_extended_list.h +++ b/level_1/fl_fss/c/fss_extended_list.h @@ -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. * -- 1.8.3.1