Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Fix typo in comment. s/notifcation/notification/
details: https://anonhg.NetBSD.org/src/rev/f41be16ffbbf
branches: trunk
changeset: 1024807:f41be16ffbbf
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Nov 06 06:44:41 2021 +0000
description:
Fix typo in comment. s/notifcation/notification/
diffstat:
sys/dev/ic/ath.c | 6 +++---
sys/dev/usb/usbcdc.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r bb664b2687dc -r f41be16ffbbf sys/dev/ic/ath.c
--- a/sys/dev/ic/ath.c Sat Nov 06 06:41:02 2021 +0000
+++ b/sys/dev/ic/ath.c Sat Nov 06 06:44:41 2021 +0000
@@ -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 @@
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 -r bb664b2687dc -r f41be16ffbbf sys/dev/usb/usbcdc.h
--- a/sys/dev/usb/usbcdc.h Sat Nov 06 06:41:02 2021 +0000
+++ b/sys/dev/usb/usbcdc.h Sat Nov 06 06:44:41 2021 +0000
@@ -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 @@
#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
Home |
Main Index |
Thread Index |
Old Index