From c08b0d64f93729a6088a731e9e41fda5bec371e1 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Wed, 4 Sep 2024 07:54:54 +0000 Subject: Fix some spelling. Input and ok jmc@, jsg@ --- sys/dev/pci/if_sk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/if_sk.c') diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c index 539f8917c9e..de6a448b97a 100644 --- a/sys/dev/pci/if_sk.c +++ b/sys/dev/pci/if_sk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sk.c,v 1.198 2024/08/31 16:23:09 deraadt Exp $ */ +/* $OpenBSD: if_sk.c,v 1.199 2024/09/04 07:54:52 mglocker Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -2271,7 +2271,7 @@ sk_init(void *xsc_if) * transmit command due to CPU/cache related interim storage problems * under certain conditions. The document recommends a polling * mechanism to send a Start transmit command to initiate transfer - * of ready descriptors regulary. To cope with this issue sk(4) now + * of ready descriptors regularly. To cope with this issue sk(4) now * enables descriptor poll timer to initiate descriptor processing * periodically as defined by SK_DPT_TIMER_MAX. However sk(4) still * issue SK_TXBMU_TX_START to Tx BMU to get fast execution of Tx -- cgit v1.2.3