diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-02-13 18:35:33 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-02-13 18:35:33 +0000 |
commit | fa98023053b68b4689f388ff227a935e68a235b9 (patch) | |
tree | 33db4b177859c97bf17aa535e6844d1c3e37be51 /sys/dev | |
parent | d11a73972d840513bd5e9b38f0f7c21aea43b81c (diff) |
Fix typo in comment
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/ppb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ppb.c b/sys/dev/pci/ppb.c index 84470f0fab6..df391182b74 100644 --- a/sys/dev/pci/ppb.c +++ b/sys/dev/pci/ppb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ppb.c,v 1.17 2006/12/14 17:36:12 kettenis Exp $ */ +/* $OpenBSD: ppb.c,v 1.18 2007/02/13 18:35:32 tom Exp $ */ /* $NetBSD: ppb.c,v 1.16 1997/06/06 23:48:05 thorpej Exp $ */ /* @@ -118,7 +118,7 @@ ppbattach(struct device *parent, struct device *self, void *aux) #endif /* - * Attach the PCI bus than hangs off of it. + * Attach the PCI bus that hangs off of it. * * XXX Don't pass-through Memory Read Multiple. Should we? * XXX Consult the spec... |