From d1aab6400cb9c66e6e2a45779a46e228ebf768e6 Mon Sep 17 00:00:00 2001 From: Pooja Trivedi Date: Mon, 8 Dec 2025 19:52:46 -0500 Subject: [PATCH] Update src/windows/wslaservice/exe/WSLAContainer.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/windows/wslaservice/exe/WSLAContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/wslaservice/exe/WSLAContainer.cpp b/src/windows/wslaservice/exe/WSLAContainer.cpp index c82cf78..65936cc 100644 --- a/src/windows/wslaservice/exe/WSLAContainer.cpp +++ b/src/windows/wslaservice/exe/WSLAContainer.cpp @@ -85,7 +85,7 @@ try { return S_OK; } - // Validate that the container is in the exited state. + // Validate that the container is in the running state. RETURN_HR_IF_MSG( HRESULT_FROM_WIN32(ERROR_INVALID_STATE), m_state != WslaContainerStateRunning,