[PATCH] winebus.sys: Fix a typo in a comment.

Aric Stewart aric at codeweavers.com
Tue Apr 17 21:25:26 CDT 2018


Signed-off-by: Aric Stewart <aric at codeweavers.com>

On 4/17/18 8:23 PM, Francois Gouget wrote:
> Signed-off-by: Francois Gouget <fgouget at free.fr>
> ---
>   dlls/winebus.sys/bus.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/winebus.sys/bus.h b/dlls/winebus.sys/bus.h
> index 0b378015584..bf93c04259f 100644
> --- a/dlls/winebus.sys/bus.h
> +++ b/dlls/winebus.sys/bus.h
> @@ -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;
> 



More information about the wine-devel mailing list