[UMPNPMGR] Fix a typo.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 14 Dec 2018 23:41:40 +0000 (00:41 +0100)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 15 Dec 2018 19:19:31 +0000 (20:19 +0100)
base/services/umpnpmgr/umpnpmgr.c

index 486b1ad..e34b5c4 100644 (file)
@@ -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)