summaryrefslogtreecommitdiff
path: root/eio.h
diff options
context:
space:
mode:
authorroot <root>2009-06-12 00:43:16 +0000
committerroot <root>2009-06-12 00:43:16 +0000
commitf43b3a07245c5e1466f7f810f010298f7fa2dbe9 (patch)
treee3077dfa65cea4c3c8d29695807ef6f8f6bd5f06 /eio.h
parente4d53612e13dc9aae6ac549059f3ffc98c866f34 (diff)
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r--eio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eio.h b/eio.h
index 33a4fbb..0b8625f 100644
--- a/eio.h
+++ b/eio.h
@@ -78,7 +78,7 @@ enum eio_dtype {
EIO_DT_UNKNOWN = 0,
EIO_DT_FIFO = 1,
EIO_DT_CHR = 2,
- EIO_DT_MPC = 3, /* multiplexed char device (v7+Coherent) */
+ EIO_DT_MPC = 3, /* multiplexed char device (v7+coherent) */
EIO_DT_DIR = 4,
EIO_DT_NAM = 5, /* xenix special named file */
EIO_DT_BLK = 6,
@@ -91,7 +91,7 @@ enum eio_dtype {
EIO_DT_SOCK = 12,
EIO_DT_DOOR = 13, /* solaris door */
EIO_DT_WHT = 14,
- EIO_DT_MAX = 15 /* highest DT_VALUE ever, hopefully */
+ EIO_DT_MAX = 15 /* highest DT_VALUE ever, hopefully */
};
struct eio_dirent {