From 993f98ab690d87617acdeaf0f5b3b03e784f2158 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 8 Jun 2024 00:20:58 -0500 Subject: [PATCH] Cleanup: Grammar in 'opereate as' documentation comments. --- level_3/controller/c/controller/private-controller.h | 8 ++++---- level_3/controller/c/entry/private-entry.h | 8 ++++---- level_3/controller/c/entry/private-entry_print.h | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) 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 -- 1.8.3.1