https://git.reactos.org/?p=reactos.git;a=commitdiff;h=745fa54506623764b5dfe77c0c012116850f3a41

commit 745fa54506623764b5dfe77c0c012116850f3a41
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sat Dec 15 00:41:40 2018 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sat Dec 15 20:19:31 2018 +0100

    [UMPNPMGR] Fix a typo.
---
 base/services/umpnpmgr/umpnpmgr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/services/umpnpmgr/umpnpmgr.c 
b/base/services/umpnpmgr/umpnpmgr.c
index 486b1ad82d..e34b5c49ea 100644
--- a/base/services/umpnpmgr/umpnpmgr.c
+++ b/base/services/umpnpmgr/umpnpmgr.c
@@ -3554,7 +3554,7 @@ PnpEventThread(LPVOID lpParameter)
             DeviceIdLength = lstrlenW(PnpEvent->TargetDevice.DeviceIds);
             if (DeviceIdLength)
             {
-                /* Queue device install (will be dequeued by 
DeviceInstallThread */
+                /* Queue device install (will be dequeued by 
DeviceInstallThread) */
                 len = FIELD_OFFSET(DeviceInstallParams, DeviceIds) + 
(DeviceIdLength + 1) * sizeof(WCHAR);
                 Params = HeapAlloc(GetProcessHeap(), 0, len);
                 if (Params)

Reply via email to