From: Kevin Day Date: Sat, 8 Jun 2024 05:20:58 +0000 (-0500) Subject: Cleanup: Grammar in 'opereate as' documentation comments. X-Git-Tag: 0.6.11~47 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=993f98ab690d87617acdeaf0f5b3b03e784f2158;p=fll Cleanup: Grammar in 'opereate as' documentation comments. --- diff --git a/level_3/controller/c/controller/private-controller.h b/level_3/controller/c/controller/private-controller.h index 80d4ee5..9779047 100644 --- a/level_3/controller/c/controller/private-controller.h +++ b/level_3/controller/c/controller/private-controller.h @@ -239,8 +239,8 @@ extern "C" { * @param cache * The cache. * @param is_entry - * If TRUE, then this operate as an entry. - * If FALSE, then this operate as an exit. + * If TRUE, then this operates as an entry. + * If FALSE, then this operates as an exit. * * @return * F_none on success. @@ -265,8 +265,8 @@ extern "C" { * @param cache * The cache. * @param is_entry - * If TRUE, then this operate as an entry. - * If FALSE, then this operate as an exit. + * If TRUE, then this operates as an entry. + * If FALSE, then this operates as an exit. * * @return * F_none on success. diff --git a/level_3/controller/c/entry/private-entry.h b/level_3/controller/c/entry/private-entry.h index 330bfab..29e1921 100644 --- a/level_3/controller/c/entry/private-entry.h +++ b/level_3/controller/c/entry/private-entry.h @@ -84,8 +84,8 @@ extern "C" { * @param global * The global data. * @param is_entry - * If TRUE, then this operate as an entry. - * If FALSE, then this operate as an exit. + * If TRUE, then this operates as an entry. + * If FALSE, then this operates as an exit. * @param cache * The main/global cache to use. * @@ -118,8 +118,8 @@ extern "C" { * If TRUE, operate in failsafe mode (starts at designated failsafe Item). * If FALSE, operate in normal mode (starts at "main" Item). * @param is_entry - * If TRUE, then this operate as an entry. - * If FALSE, then this operate as an exit. + * If TRUE, then this operates as an entry. + * If FALSE, then this operates as an exit. * * @return * F_none on success. diff --git a/level_3/controller/c/entry/private-entry_print.h b/level_3/controller/c/entry/private-entry_print.h index f723a9c..481b318 100644 --- a/level_3/controller/c/entry/private-entry_print.h +++ b/level_3/controller/c/entry/private-entry_print.h @@ -50,8 +50,8 @@ extern "C" { * @param global * The global data. * @param is_entry - * If TRUE, then this operate as an entry. - * If FALSE, then this operate as an exit. + * If TRUE, then this operates as an entry. + * If FALSE, then this operates as an exit. * @param name * The Object name of the setting being populated. * @param name_sub