From 6de597ae247e471ba7a7fee9b537d54455271290 Mon Sep 17 00:00:00 2001 From: Christopher Pascoe Date: Fri, 2 Jun 2006 19:39:50 +0000 Subject: Spelling. --- sys/arch/i386/pci/pci_machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/pci') 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) -- cgit v1.2.3