diff options
| author | andvar <andvar@NetBSD.org> | 2023-06-02 08:51:46 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-06-02 08:51:46 +0000 |
| commit | 7d0e1a6857dcbf5ffd8fcd0e112124619dda2c69 (patch) | |
| tree | d40c808eafe10cde1b51826a014a15d197142367 /sys/dev/ic | |
| parent | a24a59f572d6e4678904c562141927c4d3ab8482 (diff) | |
follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.
also s/beyound/beyond/ and few others along the way, mainly in comments.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/mb86960.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/mb86960.c b/sys/dev/ic/mb86960.c index d0807f9d737..cd0d1b42fc7 100644 --- a/sys/dev/ic/mb86960.c +++ b/sys/dev/ic/mb86960.c @@ -1,4 +1,4 @@ -/* $NetBSD: mb86960.c,v 1.96 2021/07/31 14:36:33 andvar Exp $ */ +/* $NetBSD: mb86960.c,v 1.97 2023/06/02 08:51:47 andvar Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.96 2021/07/31 14:36:33 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.97 2023/06/02 08:51:47 andvar Exp $"); /* * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. @@ -674,7 +674,7 @@ mb86960_start(struct ifnet *ifp) * If txb_count is incorrect, leaving it as is will cause * sending of garbage after the next interrupt. We have to * avoid it. Hence, we reset the txb_count here. If - * txb_free was incorrect, resetting txb_count just loose + * txb_free was incorrect, resetting txb_count just lose * some packets. We can live with it. */ sc->txb_count = 0; |
