fix typo
This commit is contained in:
parent
aa1ad0633b
commit
15a3d9cc40
|
@ -21,7 +21,7 @@ enum
|
||||||
MOUNT_BINARY = 0x002, /* "binary" format read/writes */
|
MOUNT_BINARY = 0x002, /* "binary" format read/writes */
|
||||||
MOUNT_SYSTEM = 0x008, /* mount point came from system table */
|
MOUNT_SYSTEM = 0x008, /* mount point came from system table */
|
||||||
MOUNT_EXEC = 0x010, /* Any file in the mounted directory gets 'x' bit */
|
MOUNT_EXEC = 0x010, /* Any file in the mounted directory gets 'x' bit */
|
||||||
MOUNT_CYGDRIVE = 0x020, /* mount point refers to cygdriv device mount */
|
MOUNT_CYGDRIVE = 0x020, /* mount point refers to cygdrive device mount */
|
||||||
MOUNT_CYGWIN_EXEC = 0x040, /* file or directory is or contains a cygwin
|
MOUNT_CYGWIN_EXEC = 0x040, /* file or directory is or contains a cygwin
|
||||||
executable */
|
executable */
|
||||||
MOUNT_MIXED = 0x080, /* reads are text, writes are binary
|
MOUNT_MIXED = 0x080, /* reads are text, writes are binary
|
||||||
|
|
Loading…
Reference in New Issue