setupapi: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fee017c221
commit
bf9d01edd6
|
@ -1144,7 +1144,7 @@ SetupDiCreateDeviceInfoListExA(const GUID *ClassGuid,
|
||||||
* ClassGuid [I] if not NULL only devices with GUID ClassGuid are associated
|
* ClassGuid [I] if not NULL only devices with GUID ClassGuid are associated
|
||||||
* with this list.
|
* with this list.
|
||||||
* hwndParent [I] hwnd needed for interface related actions.
|
* 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.
|
* local registry will be used.
|
||||||
* Reserved [I] must be NULL
|
* Reserved [I] must be NULL
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue