From e6bea426f36fddfe601a42d17ed1950484f5edf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Tue, 23 Mar 2021 18:35:13 +0100 Subject: [PATCH] [CSRSRV] Fix comment --- subsystems/win32/csrsrv/procsup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsystems/win32/csrsrv/procsup.c b/subsystems/win32/csrsrv/procsup.c index c580328b1e8..13540d00d4e 100644 --- a/subsystems/win32/csrsrv/procsup.c +++ b/subsystems/win32/csrsrv/procsup.c @@ -168,7 +168,7 @@ CsrLockedDereferenceProcess(PCSR_PROCESS CsrProcess) /* Call the generic cleanup code */ DPRINT1("Should kill process: %p\n", CsrProcess); CsrProcessRefcountZero(CsrProcess); - /* Acquire again, the lock it was released in CsrProcessRefcountZero */ + /* Acquire the lock again, it was released in CsrProcessRefcountZero */ CsrAcquireProcessLock(); } }