Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Correctly spell "count".
details: https://anonhg.NetBSD.org/src/rev/582e31ab2221
branches: trunk
changeset: 970959:582e31ab2221
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Apr 08 04:32:14 2020 +0000
description:
Correctly spell "count".
diffstat:
doc/CHANGES.prev | 6 +++---
sys/dev/ic/lancereg.h | 4 ++--
sys/dev/mca/if_ep_mca.c | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (63 lines):
diff -r be1dec014fd4 -r 582e31ab2221 doc/CHANGES.prev
--- a/doc/CHANGES.prev Wed Apr 08 03:37:14 2020 +0000
+++ b/doc/CHANGES.prev Wed Apr 08 04:32:14 2020 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.154 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.155 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -9229,8 +9229,8 @@
(introduce run-length detection to msdosfs_bmap(),
from FreeBSD). [christos 20080105]
gem(4): Add support for Sun PCI SX fibre cards. [jdc 20080105]
- amiga: Add timecounter(9) support and coutner-based delay(9) from i386.
- [mhitch 20080106]
+ amiga: Add timecounter(9) support and counter-based delay(9) from
+ i386. [mhitch 20080106]
mvme68k: Add timecounter(9) support. [tsutsui 20080107]
vax: Add timecounter(9) support. [joerg 20080107]
evbppc: Add timecounter(9) support. [joerg 20080108]
diff -r be1dec014fd4 -r 582e31ab2221 sys/dev/ic/lancereg.h
--- a/sys/dev/ic/lancereg.h Wed Apr 08 03:37:14 2020 +0000
+++ b/sys/dev/ic/lancereg.h Wed Apr 08 04:32:14 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lancereg.h,v 1.13 2008/04/28 20:23:50 martin Exp $ */
+/* $NetBSD: lancereg.h,v 1.14 2020/04/08 04:32:14 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -301,7 +301,7 @@
#define LE_C4_APAD_XMT 0x0800 /* auto pad transmit */
#define LE_C4_ASTRP_RCV 0x0400 /* auto strip receive */
#define LE_C4_MFCO 0x0200 /* missed frame counter overflow */
-#define LE_C4_MFCOM 0x0100 /* missed frame coutner overflow mask */
+#define LE_C4_MFCOM 0x0100 /* missed frame counter overflow mask */
#define LE_C4_UINTCMD 0x0080 /* user interrupt command */
#define LE_C4_UINT 0x0040 /* user interrupt */
#define LE_C4_RCVCCO 0x0020 /* receive collision counter overflow */
diff -r be1dec014fd4 -r 582e31ab2221 sys/dev/mca/if_ep_mca.c
--- a/sys/dev/mca/if_ep_mca.c Wed Apr 08 03:37:14 2020 +0000
+++ b/sys/dev/mca/if_ep_mca.c Wed Apr 08 04:32:14 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ep_mca.c,v 1.23 2016/07/11 11:31:51 msaitoh Exp $ */
+/* $NetBSD: if_ep_mca.c,v 1.24 2020/04/08 04:32:14 msaitoh Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -63,13 +63,13 @@
/*
* Driver for 3Com 3c529 cards.
*
- * If you encouter sucky performance, try kernel without DEBUG/DIAGNOSTIC.
+ * If you encounter sucky performance, try kernel without DEBUG/DIAGNOSTIC.
* This helped on my test machine to change the performance of the card
* from like 5KB/s to like 800 KB/s.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ep_mca.c,v 1.23 2016/07/11 11:31:51 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ep_mca.c,v 1.24 2020/04/08 04:32:14 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index