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);