summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-12-05 14:39:24 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-12-05 14:39:24 +0000
commit9126deeeb40fa9c90c2a587b0aafdc5fd7216712 (patch)
treeac656a7ab5241bafdfbc0e9258b296d5e3c67bff /sys
parent77716c1b0908c0cd97cba4c2b9bce6f607a67e5a (diff)
fix func name in the comments
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/ppb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ppb.c b/sys/dev/pci/ppb.c
index 04461506a9a..a5bfd910f59 100644
--- a/sys/dev/pci/ppb.c
+++ b/sys/dev/pci/ppb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ppb.c,v 1.11 2002/03/14 01:26:59 millert Exp $ */
+/* $OpenBSD: ppb.c,v 1.12 2005/12/05 14:39:23 mickey Exp $ */
/* $NetBSD: ppb.c,v 1.16 1997/06/06 23:48:05 thorpej Exp $ */
/*
@@ -36,7 +36,7 @@
* XXX PROPER OPERATION OF DEVICES BEHIND PPB'S WHICH USE INTERRUPTS
* XXX ON SYSTEMS OTHER THAN THE i386 IS NOT POSSIBLE AT THIS TIME.
* XXX There needs to be some support for 'swizzling' the interrupt
- * XXX pin. In general, pci_map_int() has to have a different
+ * XXX pin. In general, pci_intr_map() has to have a different
* XXX interface.
*/