Module Name: src Committed By: msaitoh Date: Sat Nov 6 06:44:41 UTC 2021
Modified Files: src/sys/dev/ic: ath.c src/sys/dev/usb: usbcdc.h Log Message: Fix typo in comment. s/notifcation/notification/ To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/dev/ic/ath.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/usbcdc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/ic/ath.c diff -u src/sys/dev/ic/ath.c:1.137 src/sys/dev/ic/ath.c:1.138 --- src/sys/dev/ic/ath.c:1.137 Tue Sep 21 14:41:28 2021 +++ src/sys/dev/ic/ath.c Sat Nov 6 06:44:41 2021 @@ -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; Index: src/sys/dev/usb/usbcdc.h diff -u src/sys/dev/usb/usbcdc.h:1.11 src/sys/dev/usb/usbcdc.h:1.12 --- src/sys/dev/usb/usbcdc.h:1.11 Mon Apr 28 20:24:00 2008 +++ src/sys/dev/usb/usbcdc.h Sat Nov 6 06:44:41 2021 @@ -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