diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-11-06 06:44:41 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-11-06 06:44:41 +0000 |
| commit | a1a3edbb5919724db9e855428bee0d30aeaeb516 (patch) | |
| tree | b54ac43611df87b9d44be2ad57e81d0a51e5083b /sys/dev/usb | |
| parent | 0796d2ab82d3ec29a409b7a2d3caa0d6a07c554f (diff) | |
Fix typo in comment. s/notifcation/notification/
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usbcdc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbcdc.h b/sys/dev/usb/usbcdc.h index 42763a223f3..d2463196c12 100644 --- a/sys/dev/usb/usbcdc.h +++ b/sys/dev/usb/usbcdc.h @@ -1,4 +1,4 @@ -/* $NetBSD: usbcdc.h,v 1.11 2008/04/28 20:24:00 martin Exp $ */ +/* $NetBSD: usbcdc.h,v 1.12 2021/11/06 06:44:41 msaitoh Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbcdc.h,v 1.7 1999/11/17 22:33:48 n_hibma Exp $ */ /* @@ -158,7 +158,7 @@ typedef struct { #define UCDC_NOTIFICATION_LENGTH 8 /* - * Bits set in the SERIAL STATE notifcation (first byte of data) + * Bits set in the SERIAL STATE notification (first byte of data) */ #define UCDC_N_SERIAL_OVERRUN 0x40 |
