diff options
| author | andvar <andvar@NetBSD.org> | 2022-09-16 20:43:17 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-09-16 20:43:17 +0000 |
| commit | 7c2253aec23bbce44d205b3c27fec5ca2cdbd67d (patch) | |
| tree | e9c2f2f5c0ae6e7a3a74fb17f7ae4ac13507e219 /sys/dev | |
| parent | 03f8dbc590ae193818d99dea7eef706350783c3b (diff) | |
s/Paket/Packet/
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_lii.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_lii.c b/sys/dev/pci/if_lii.c index 90cf32936a2..2a1e5319578 100644 --- a/sys/dev/pci/if_lii.c +++ b/sys/dev/pci/if_lii.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_lii.c,v 1.28 2020/01/30 14:02:14 thorpej Exp $ */ +/* $NetBSD: if_lii.c,v 1.29 2022/09/16 20:43:17 andvar Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_lii.c,v 1.28 2020/01/30 14:02:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_lii.c,v 1.29 2022/09/16 20:43:17 andvar Exp $"); #include <sys/param.h> @@ -730,7 +730,7 @@ lii_init(struct ifnet *ifp) AT_WRITE_2(sc, ATL2_RXD_NUM_ENTRIES, AT_RXD_NUM); /* - * Inter Paket Gap Time = 0x60 (IPGT) + * Inter Packet Gap Time = 0x60 (IPGT) * Minimum inter-frame gap for RX = 0x50 (MIFG) * 64-bit Carrier-Sense window = 0x40 (IPGR1) * 96-bit IPG window = 0x60 (IPGR2) |
