diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-05-17 08:27:52 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-05-17 08:27:52 +0000 |
commit | 8e8ea90cfea36b0dff6b001c58888270d7986641 (patch) | |
tree | e510841b36b301ce49eae27d453613da35cd7d16 /sys | |
parent | 12ca8fc3585081f78429088a80caceb70562373c (diff) |
fix typo in a comment
from Delyan Raychev
Diffstat (limited to 'sys')
-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); /* |