summaryrefslogtreecommitdiffstats
path: root/sys/sys/cdio.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 02:56:08 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 02:56:08 +0000
commit91826993d14c1cfd1dca3e0e3db36d76381bd2c6 (patch)
tree94c4533301b1f26804b92eaafef22ca5181704d3 /sys/sys/cdio.h
parent276b1de4c64e0c29aa73cdbd5c127bdf2313e30c (diff)
downloadFreeBSD-src-91826993d14c1cfd1dca3e0e3db36d76381bd2c6.zip
FreeBSD-src-91826993d14c1cfd1dca3e0e3db36d76381bd2c6.tar.gz
Fix a typo in a comment.
Diffstat (limited to 'sys/sys/cdio.h')
-rw-r--r--sys/sys/cdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/cdio.h b/sys/sys/cdio.h
index 8af5d65..b9cba3e 100644
--- a/sys/sys/cdio.h
+++ b/sys/sys/cdio.h
@@ -1,7 +1,7 @@
/*
* 16 Feb 93 Julian Elischer (julian@dialix.oz.au)
*
- * $Id: cdio.h,v 1.7 1995/04/09 15:50:48 jkh Exp $
+ * $Id: cdio.h,v 1.8 1995/05/30 08:14:11 rgrimes Exp $
*/
/*
<1> Fixed a conflict with ioctl usage. There were two different
@@ -244,7 +244,7 @@ struct ioc_capability { /*<2>*/
#define CDSETLEFT 0x00000400 /*<2>Output can be set to left only*/
#define CDSETRIGHT 0x00000800 /*<2>Output can be set to right only*/
#define CDSETMUTE 0x00001000 /*<2>Output can be muted*/
-#define CDSETPATCH 0x00008000 /*<2>Direct routing countrol allowed*/
+#define CDSETPATCH 0x00008000 /*<2>Direct routing control allowed*/
u_long special_function; /*<2>*/
#define CDDOEJECT 0x00000001 /*<2>The tray can be opened*/
OpenPOWER on IntegriCloud