diff options
author | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2006-06-02 19:39:50 +0000 |
---|---|---|
committer | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2006-06-02 19:39:50 +0000 |
commit | 6de597ae247e471ba7a7fee9b537d54455271290 (patch) | |
tree | a36c7e98df0ca561a646c9ce032a543fc4706484 /sys/arch/i386/pci | |
parent | 7058b01dd69a54ebeebded3e12759205719bdb6c (diff) |
Spelling.
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/pci_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pci_machdep.c b/sys/arch/i386/pci/pci_machdep.c index c4378af043f..15d8a88e842 100644 --- a/sys/arch/i386/pci/pci_machdep.c +++ b/sys/arch/i386/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.c,v 1.31 2006/04/27 15:37:55 mickey Exp $ */ +/* $OpenBSD: pci_machdep.c,v 1.32 2006/06/02 19:39:49 pascoe Exp $ */ /* $NetBSD: pci_machdep.c,v 1.28 1997/06/06 23:29:17 thorpej Exp $ */ /*- @@ -391,7 +391,7 @@ pci_mode_detect() /* * If we have PCI info passed from the BIOS, use the mode given there * for all of this code. If not, pass on through to the previous tests - * to try and devine the correct mode. + * to try and divine the correct mode. */ if (bios_pciinfo != NULL) { if (bios_pciinfo->pci_chars & 0x2) |