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 | |
| parent | 0796d2ab82d3ec29a409b7a2d3caa0d6a07c554f (diff) | |
Fix typo in comment. s/notifcation/notification/
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/ath.c | 6 | ||||
| -rw-r--r-- | sys/dev/usb/usbcdc.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c index c88d5a51a49..75a46817d8e 100644 --- a/sys/dev/ic/ath.c +++ b/sys/dev/ic/ath.c @@ -1,4 +1,4 @@ -/* $NetBSD: ath.c,v 1.137 2021/09/21 14:41:28 christos Exp $ */ +/* $NetBSD: ath.c,v 1.138 2021/11/06 06:44:41 msaitoh Exp $ */ /*- * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting @@ -41,7 +41,7 @@ __FBSDID("$FreeBSD: src/sys/dev/ath/if_ath.c,v 1.104 2005/09/16 10:09:23 ru Exp $"); #endif #ifdef __NetBSD__ -__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.137 2021/09/21 14:41:28 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.138 2021/11/06 06:44:41 msaitoh Exp $"); #endif /* @@ -3150,7 +3150,7 @@ ath_rx_proc(void *arg, int npending) sc->sc_stats.ast_rx_badmic++; /* * Do minimal work required to hand off - * the 802.11 header for notifcation. + * the 802.11 header for notification. */ /* XXX frag's and qos frames */ len = ds->ds_rxstat.rs_datalen; 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 |
