diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-02 03:22:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-02 03:22:27 +0000 |
commit | 8813b016b90066fe3582feb3a2915d004a3bd673 (patch) | |
tree | 822c6b3384873d2ff234122a88b0a15aa0751869 | |
parent | 9f248750e5dea67680a5ba556cc6dea1db00c3aa (diff) |
spellin
-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 6c38a0b49b2..c51aa8d8119 100644 --- a/sys/dev/pci/ppb.c +++ b/sys/dev/pci/ppb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ppb.c,v 1.42 2010/06/30 05:14:39 kettenis Exp $ */ +/* $OpenBSD: ppb.c,v 1.43 2010/08/02 03:22:26 deraadt Exp $ */ /* $NetBSD: ppb.c,v 1.16 1997/06/06 23:48:05 thorpej Exp $ */ /* @@ -571,7 +571,7 @@ ppb_intr(void *arg) /* * XXX ignore hotplug events while in autoconf. On some - * machines with onboard re(4), we gat a bogus hotplug remove + * machines with onboard re(4), we get a bogus hotplug remove * event when we reset that device. Ignoring that event makes * sure we will not try to forcibly detach re(4) when it isn't * ready to deal with that. |