[VIDEOPRT] Fix typo: DEViCEMAP -> DEVICEMAP

This commit is contained in:
Hervé Poussineau 2022-01-24 22:46:01 +01:00
parent 61a04af4e5
commit 03d627ce61

View file

@ -85,7 +85,7 @@ IntVideoPortAddDeviceMapLink(
RegistryPath->Length + sizeof(UNICODE_NULL)); RegistryPath->Length + sizeof(UNICODE_NULL));
if (!NT_SUCCESS(Status)) if (!NT_SUCCESS(Status))
{ {
ERR_(VIDEOPRT, "Failed to create DEViCEMAP registry entry: 0x%X\n", Status); ERR_(VIDEOPRT, "Failed to create DEVICEMAP registry entry: 0x%X\n", Status);
return Status; return Status;
} }