fix spelling errors

This commit is contained in:
Christopher Faylor
2001-10-28 23:05:49 +00:00
parent 451386f769
commit aa9d50a1c1
8 changed files with 67 additions and 67 deletions

View File

@ -124,7 +124,7 @@ enum
/* newlib used to define O_NDELAY differently from O_NONBLOCK. Now it
properly defines both to be the same. Unfortunately, we have to
behave properly the old version, too, to accomodate older executables. */
behave properly the old version, too, to accommodate older executables. */
#define OLD_O_NDELAY (CYGWIN_VERSION_CHECK_FOR_OLD_O_NONBLOCK ? 4 : 0)
/* Care for the old O_NDELAY flag. If one of the flags is set,