From ec85fa0f92a34564fbfe2ad32ebd5aae6328a334 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Sun, 5 Dec 2021 07:08:08 +0000 Subject: s/persistant/persistent/ in comment. --- sys/dev/pci/if_wpi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/if_wpi.c b/sys/dev/pci/if_wpi.c index 29c0d3aed98..9a899d675d0 100644 --- a/sys/dev/pci/if_wpi.c +++ b/sys/dev/pci/if_wpi.c @@ -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 -__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 mbuf *m0, struct ieee80211_node *ni, 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; -- cgit