Signed-off-by: Matteo Bruni mbruni@codeweavers.com --- Hopefully I got it right...
dlls/winebus.sys/unix_private.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/winebus.sys/unix_private.h b/dlls/winebus.sys/unix_private.h index 3c37f219a4b..ed1ececc9e5 100644 --- a/dlls/winebus.sys/unix_private.h +++ b/dlls/winebus.sys/unix_private.h @@ -123,10 +123,10 @@ struct hid_report_descriptor BYTE next_report_id[3]; };
-/* HID spec uses None / Stop names for the first two implicit waveforms, - * where Windows SDK headers use STOP / NULL for the corresponding HID - * usage constants. We're not actually using the usages anyway are we - * stick to the HID spec here. +/* The HID spec uses None / Stop names for the first two implicit waveforms, + * where the Windows SDK headers use STOP / NULL for the corresponding HID + * usage constants. We don't care about the usages anyway so we stick to the + * HID spec's nomenclature here. */ enum haptics_waveform_ordinal {