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

Francois Gouget fgouget at free.fr
Tue Apr 17 20:23:22 CDT 2018


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;
-- 
2.17.0




More information about the wine-devel mailing list