Commit 742d8f48 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

hidclass.sys: Fix spelling of a private struct's name.

parent 1f79f363
......@@ -39,7 +39,7 @@ typedef NTSTATUS (WINAPI *pAddDevice)(DRIVER_OBJECT *DriverObject, DEVICE_OBJECT
/* Ring buffer functions */
struct ReportRingBuffer;
typedef struct _BASE_DEVICE_EXTENSTION {
typedef struct _BASE_DEVICE_EXTENSION {
HID_DEVICE_EXTENSION deviceExtension;
HID_COLLECTION_INFORMATION information;
......
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