summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-05-17 08:27:51 +0000
committerjsg <jsg@openbsd.org>2020-05-17 08:27:51 +0000
commitda4dd91f1b0b7234d1e2e792a1f4dc16f4706c51 (patch)
tree96bc9c070b66a8f2052f545accef043c6411f5e2
parentAdd GOST certificate test in appstest.sh (diff)
downloadwireguard-openbsd-da4dd91f1b0b7234d1e2e792a1f4dc16f4706c51.tar.xz
wireguard-openbsd-da4dd91f1b0b7234d1e2e792a1f4dc16f4706c51.zip
fix typo in a comment
from Delyan Raychev
-rw-r--r--sys/dev/pci/if_bnx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bnx.c b/sys/dev/pci/if_bnx.c
index 95a74a164ea..19de2b461d8 100644
--- a/sys/dev/pci/if_bnx.c
+++ b/sys/dev/pci/if_bnx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bnx.c,v 1.126 2019/12/06 01:58:47 dlg Exp $ */
+/* $OpenBSD: if_bnx.c,v 1.127 2020/05/17 08:27:51 jsg Exp $ */
/*-
* Copyright (c) 2006 Broadcom Corporation
@@ -676,7 +676,7 @@ bnx_attach(struct device *parent, struct device *self, void *aux)
BNX_PCICFG_MISC_CONFIG_REG_WINDOW_ENA |
BNX_PCICFG_MISC_CONFIG_TARGET_MB_WORD_SWAP);
- /* Save ASIC revsion info. */
+ /* Save ASIC revision info. */
sc->bnx_chipid = REG_RD(sc, BNX_MISC_ID);
/*