aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-23 01:27:42 +0000
committerChristopher Faylor <me@cgf.cx>2002-11-23 01:27:42 +0000
commit15a3d9cc400833b23c6a2b73949c284f51650b9c (patch)
treed84b88f8d805d13ee9c8dbf1adbb7893654c21e8
parentaa1ad0633bbd56a171918be571c34f386a5fe2bd (diff)
downloadnewlib-15a3d9cc400833b23c6a2b73949c284f51650b9c.zip
newlib-15a3d9cc400833b23c6a2b73949c284f51650b9c.tar.gz
newlib-15a3d9cc400833b23c6a2b73949c284f51650b9c.tar.bz2
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 26e02cb..5741374 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