Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-23 04:27:42 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-23 04:27:42 +0300
commit15a3d9cc400833b23c6a2b73949c284f51650b9c (patch)
treed84b88f8d805d13ee9c8dbf1adbb7893654c21e8
parentaa1ad0633bbd56a171918be571c34f386a5fe2bd (diff)
fix typo
-rw-r--r--winsup/cygwin/include/sys/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/mount.h b/winsup/cygwin/include/sys/mount.h
index 26e02cba2..57413740f 100644
--- a/winsup/cygwin/include/sys/mount.h
+++ b/winsup/cygwin/include/sys/mount.h
@@ -21,7 +21,7 @@ enum
MOUNT_BINARY = 0x002, /* "binary" format read/writes */
MOUNT_SYSTEM = 0x008, /* mount point came from system table */
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
executable */
MOUNT_MIXED = 0x080, /* reads are text, writes are binary