Just a small fix to make comment sound more English. :> Index: drive.c =================================================================== RCS file: /home/wine/wine/files/drive.c,v retrieving revision 1.88 diff -u -r1.88 drive.c --- drive.c 17 Apr 2003 02:13:01 -0000 1.88 +++ drive.c 17 Apr 2003 16:33:07 -0000 @@ -666,7 +666,7 @@ struct stat stat_buf; memset(buff, 0, DRIVE_SUPER); - /* O_NONBLOCK in case we're opening FIFO; we'll be reset it later */ + /* O_NONBLOCK in case we're opening FIFO; will be reset later */ if ((fd = open(DOSDrives[drive].device, O_RDONLY|O_NOCTTY|O_NONBLOCK)) != -1) { if (fstat(fd, &stat_buf) < 0) { /* shouldn't happen since we just opened that file */ ERR("fstat() failed for opened device '%s' (drive %c:) ! IT SHOULDN'T HAPPEN !!!\n",