From 39b8bb6378ffcd4f7aeaecddb0c1ecb3b03a3bf7 Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:26:37 +1000 Subject: [PATCH] feat(windows): update comments for clarity --- .../desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas b/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas index 753e08cf92..c85aa92ddf 100644 --- a/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas +++ b/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas @@ -1091,7 +1091,7 @@ end; function InstallingState.HandleKmShell; begin - // Should not be called while in installing state MSI installer may have + // Should not be possible while called in InstallingState. The MSI installer may have // failed. Clean Up and return to Idle bucStateContext.RemoveCachedFiles; ChangeState(IdleState);