From 43d134d9adb858a0e9b2456f6f1a6c4aa97a6cab Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sat, 14 Oct 2023 18:49:51 -0400 Subject: [PATCH] comment clarity --- supervisor/session/plc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/session/plc.lua b/supervisor/session/plc.lua index 9c79434..5bb097e 100644 --- a/supervisor/session/plc.lua +++ b/supervisor/session/plc.lua @@ -590,7 +590,7 @@ function plc.new_session(id, s_addr, reactor_id, in_queue, out_queue, timeout, f end end - -- check if the auto lock is active + -- check if the manual lockout for automatic control is active function public.is_auto_locked() return self.auto_lock end -- set the burn rate on behalf of automatic control