diff options
Diffstat (limited to 'include/usbdevice.h')
| -rw-r--r-- | include/usbdevice.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/usbdevice.h b/include/usbdevice.h index da5af6efe4c..f27e17f124a 100644 --- a/include/usbdevice.h +++ b/include/usbdevice.h @@ -438,7 +438,7 @@ typedef enum usb_device_event {  	DEVICE_HUB_RESET,	/* bi  - bus has been unplugged */  	DEVICE_DESTROY,		/* bi  - device instance should be destroyed */ -	DEVICE_HOTPLUG,		/* bi  - a hotplug event has occured */ +	DEVICE_HOTPLUG,		/* bi  - a hotplug event has occurred */  	DEVICE_FUNCTION_PRIVATE,	/* function - private */ | 
