[UMPNPMGR] Fix a typo.

This commit is contained in:
Hermès Bélusca-Maïto 2018-12-15 00:41:40 +01:00
parent 596b1a8d24
commit 745fa54506
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View 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)