From 15a3d9cc400833b23c6a2b73949c284f51650b9c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 23 Nov 2002 01:27:42 +0000 Subject: fix typo --- winsup/cygwin/include/sys/mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3