diff options
author | 2020-05-17 08:27:51 +0000 | |
---|---|---|
committer | 2020-05-17 08:27:51 +0000 | |
commit | da4dd91f1b0b7234d1e2e792a1f4dc16f4706c51 (patch) | |
tree | 96bc9c070b66a8f2052f545accef043c6411f5e2 | |
parent | Add GOST certificate test in appstest.sh (diff) | |
download | wireguard-openbsd-da4dd91f1b0b7234d1e2e792a1f4dc16f4706c51.tar.xz wireguard-openbsd-da4dd91f1b0b7234d1e2e792a1f4dc16f4706c51.zip |
fix typo in a comment
from Delyan Raychev
-rw-r--r-- | sys/dev/pci/if_bnx.c | 4 |
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); /* |