diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c index 2669544bd9f..02e75b6c083 100644 --- a/dlls/setupapi/devinst.c +++ b/dlls/setupapi/devinst.c @@ -1144,7 +1144,7 @@ SetupDiCreateDeviceInfoListExA(const GUID *ClassGuid, * ClassGuid [I] if not NULL only devices with GUID ClassGuid are associated * with this list. * hwndParent [I] hwnd needed for interface related actions. - * MachineName [I] name of machine to create emtpy DeviceInfoSet list, if NULL + * MachineName [I] name of machine to create empty DeviceInfoSet list, if NULL * local registry will be used. * Reserved [I] must be NULL *