summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-01-04 16:17:10 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-01-04 16:17:10 +0000
commit238ee5e611ef19267d1b663f83d2f90ac251fdbc (patch)
treedcdfba985e8631569d6634514685c655da614bcf /sys
parentcbbca0d3990710f71397dc562211d081c546692d (diff)
correct comment: USB scanners aren't generic devices
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c
index 0d0504278e4..f8ae016b2d1 100644
--- a/sys/arch/i386/i386/conf.c
+++ b/sys/arch/i386/i386/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.85 2002/01/02 20:35:40 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.86 2002/01/04 16:17:09 jason Exp $ */
/* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */
/*
@@ -342,7 +342,7 @@ struct cdevsw cdevsw[] =
cdev_altq_init(NALTQ,altq), /* 74: ALTQ control interface */
cdev_iop_init(NIOP,iop), /* 75: I2O IOP control interface */
cdev_radio_init(NRADIO, radio), /* 76: generic radio I/O */
- cdev_ugen_init(NUSCANNER,uscanner), /* 77: USB generic driver */
+ cdev_ugen_init(NUSCANNER,uscanner), /* 77: USB scanners */
};
int nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);