Commit 76d6151b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winebus.sys: Fix a typo in a comment.

parent bbf0f2da
......@@ -18,7 +18,7 @@
typedef int(*enum_func)(DEVICE_OBJECT *device, void *context);
/* Busses */
/* Buses */
NTSTATUS WINAPI udev_driver_init(DRIVER_OBJECT *driver, UNICODE_STRING *registry_path) DECLSPEC_HIDDEN;
NTSTATUS WINAPI iohid_driver_init(DRIVER_OBJECT *driver, UNICODE_STRING *registry_path) DECLSPEC_HIDDEN;
NTSTATUS WINAPI sdl_driver_init(DRIVER_OBJECT *driver, UNICODE_STRING *registry_path) DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment