https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e6bea426f36fddfe601a4…
commit e6bea426f36fddfe601a42d17ed1950484f5edf2
Author: Jérôme Gardou <jerome.gardou(a)reactos.org>
AuthorDate: Tue Mar 23 18:35:13 2021 +0100
Commit: Jérôme Gardou <jerome.gardou(a)reactos.org>
CommitDate: Tue Mar 23 18:35:13 2021 +0100
[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();
}
}