diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-05-22 16:51:35 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-05-22 16:51:35 +0000 |
commit | 4fb47a0e846a551079acb897e819980b58584cf9 (patch) | |
tree | 0fc460c29396b64c81607153cf07fee0fe151d67 /sys/dev/pci/if_bnx.c | |
parent | 077f74a35dade487c63ea467188e173cb71425d0 (diff) |
adress -> address
from brad
ok claudio@
Diffstat (limited to 'sys/dev/pci/if_bnx.c')
-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 1efaa6bcefc..beb16187209 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.50 2007/05/22 04:22:57 ray Exp $ */ +/* $OpenBSD: if_bnx.c,v 1.51 2007/05/22 16:51:34 jasper Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -1456,7 +1456,7 @@ bnx_nvram_erase_page(struct bnx_softc *sc, u_int32_t offset) BNX_NVM_COMMAND_DOIT; /* - * Clear the DONE bit separately, set the NVRAM adress to erase, + * Clear the DONE bit separately, set the NVRAM address to erase, * and issue the erase command. */ REG_WR(sc, BNX_NVM_COMMAND, BNX_NVM_COMMAND_DONE); |