diff options
| author | wiz <wiz@NetBSD.org> | 2003-11-10 08:51:51 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-11-10 08:51:51 +0000 |
| commit | ee1b40659503ba6ae99b0572ff2005c28b675fd0 (patch) | |
| tree | 79b1ab8391cb827a9b9b8a8235f2d4765b2f61bc /sys/dev/mca | |
| parent | d708163f7f0abab4c3b88f79c8cf7ec8bc530426 (diff) | |
Spell address with two d's. Inspired by similar changes in OpenBSD,
originating from Jonathon Gray and forwarded by jmc@openbsd.
Diffstat (limited to 'sys/dev/mca')
| -rw-r--r-- | sys/dev/mca/edc_mca.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/mca/edc_mca.c b/sys/dev/mca/edc_mca.c index c45e01e7de0..7917ee0752d 100644 --- a/sys/dev/mca/edc_mca.c +++ b/sys/dev/mca/edc_mca.c @@ -1,4 +1,4 @@ -/* $NetBSD: edc_mca.c,v 1.22 2003/10/25 18:37:03 christos Exp $ */ +/* $NetBSD: edc_mca.c,v 1.23 2003/11/10 08:51:52 wiz Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -50,7 +50,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: edc_mca.c,v 1.22 2003/10/25 18:37:03 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: edc_mca.c,v 1.23 2003/11/10 08:51:52 wiz Exp $"); #include "rnd.h" @@ -169,7 +169,7 @@ edc_mca_attach(parent, self, aux) * * 7 6 5 4 3 2 1 0 * \ \____/ \ \__ enable: 0=adapter disabled, 1=adapter enabled - * \ \ \___ Primary/Alternate Port Adresses: + * \ \ \___ Primary/Alternate Port Addresses: * \ \ 0=0x3510-3517 1=0x3518-0x351f * \ \_____ DMA Arbitration Level: 0101=5 0110=6 0111=7 * \ 0000=0 0001=1 0011=3 0100=4 @@ -213,7 +213,7 @@ edc_mca_attach(parent, self, aux) #ifdef DIAGNOSTIC /* * It's not strictly necessary to check this, machine configuration - * utility uses only valid adresses. + * utility uses only valid addresses. */ if (drq == 2 || drq >= 8) { printf("%s: invalid DMA Arbitration Level %d\n", |
