Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci s/persistant/persistent/ in comment.
details: https://anonhg.NetBSD.org/src/rev/0a15d636d139
branches: trunk
changeset: 1026708:0a15d636d139
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 07:08:08 2021 +0000
description:
s/persistant/persistent/ in comment.
diffstat:
sys/dev/pci/if_wpi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2bb7145d6646 -r 0a15d636d139 sys/dev/pci/if_wpi.c
--- a/sys/dev/pci/if_wpi.c Sun Dec 05 07:06:17 2021 +0000
+++ b/sys/dev/pci/if_wpi.c Sun Dec 05 07:08:08 2021 +0000
@@ -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 @@
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;
Home |
Main Index |
Thread Index |
Old Index