diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-04-30 19:18:00 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-02 18:37:09 -0400 |
commit | eae4b2b67bc8c68e2440616a447ca6c6898ad188 (patch) | |
tree | ae51716b64a81b720d9513c5e33262c0d0a88e57 /include/usbdevice.h | |
parent | 09c2b8f3e39925e5bdff12cb90add09bc9e117d4 (diff) | |
download | u-boot-eae4b2b67bc8c68e2440616a447ca6c6898ad188.zip u-boot-eae4b2b67bc8c68e2440616a447ca6c6898ad188.tar.gz u-boot-eae4b2b67bc8c68e2440616a447ca6c6898ad188.tar.bz2 |
Fix spelling of "occurred".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 da5af6e..f27e17f 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 */ |