summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/device.h b/sys/sys/device.h
index 80ba4b1..5425d77 100644
--- a/sys/sys/device.h
+++ b/sys/sys/device.h
@@ -40,7 +40,7 @@
* SUCH DAMAGE.
*
* @(#)device.h 8.2 (Berkeley) 2/17/94
- * $Id: device.h,v 1.6 1997/02/22 09:45:00 peter Exp $
+ * $Id: device.h,v 1.7 1997/09/21 22:09:03 gibbs Exp $
*/
#ifndef _SYS_DEVICE_H_
@@ -58,7 +58,7 @@ enum devclass {
DV_DISK, /* disk drive (label, etc) */
DV_IFNET, /* network interface */
DV_TAPE, /* tape device */
- DV_TTY /* serial line interface (???) */
+ DV_TTY /* serial line interface (?) */
};
struct device {
OpenPOWER on IntegriCloud