Module Name: src Committed By: msaitoh Date: Sun Dec 5 07:08:08 UTC 2021
Modified Files: src/sys/dev/pci: if_wpi.c Log Message: s/persistant/persistent/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/dev/pci/if_wpi.c 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/pci/if_wpi.c diff -u src/sys/dev/pci/if_wpi.c:1.91 src/sys/dev/pci/if_wpi.c:1.92 --- src/sys/dev/pci/if_wpi.c:1.91 Wed Jun 16 00:21:18 2021 +++ src/sys/dev/pci/if_wpi.c Sun Dec 5 07:08:08 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: if_wpi.c,v 1.91 2021/06/16 00:21:18 riastradh Exp $ */ +/* $NetBSD: if_wpi.c,v 1.92 2021/12/05 07:08:08 msaitoh Exp $ */ /*- * Copyright (c) 2006, 2007 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.91 2021/06/16 00:21:18 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.92 2021/12/05 07:08:08 msaitoh Exp $"); /* * Driver for Intel PRO/Wireless 3945ABG 802.11 network adapters. @@ -2002,7 +2002,7 @@ wpi_tx_data(struct wpi_softc *sc, struct tx->rate = wpi_plcp_signal(rate); - /* be very persistant at sending frames out */ + /* be very persistent at sending frames out */ tx->rts_ntries = 7; tx->data_ntries = 15;