diff options
author | 2007-02-13 18:35:32 +0000 | |
---|---|---|
committer | 2007-02-13 18:35:32 +0000 | |
commit | 60891be7c5ac86cc7a4dc086be4fbd27f991691f (patch) | |
tree | 330aa6f18e72ddfed31623e5fcca45c753f3d9d3 | |
parent | USB client mode with cdce function driver is coming along, RX and TX kinda work. (diff) | |
download | wireguard-openbsd-60891be7c5ac86cc7a4dc086be4fbd27f991691f.tar.xz wireguard-openbsd-60891be7c5ac86cc7a4dc086be4fbd27f991691f.zip |
Fix typo in comment
-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... |