diff options
Diffstat (limited to 'sys/dev/pci/bha_pci.c')
-rw-r--r-- | sys/dev/pci/bha_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/bha_pci.c b/sys/dev/pci/bha_pci.c index a902ef2a8ce..480de2dc84d 100644 --- a/sys/dev/pci/bha_pci.c +++ b/sys/dev/pci/bha_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bha_pci.c,v 1.7 2005/08/09 04:10:10 mickey Exp $ */ +/* $OpenBSD: bha_pci.c,v 1.8 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: bha_pci.c,v 1.16 1998/08/15 10:10:53 mycroft Exp $ */ /*- @@ -70,7 +70,7 @@ const struct pci_matchid bha_pci_devices[] = { /* * Check the slots looking for a board we recognise - * If we find one, note it's address (slot) and call + * If we find one, note its address (slot) and call * the actual probe routine to check it out. */ int |