diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-28 23:05:49 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-28 23:05:49 +0000 |
commit | aa9d50a1c15b5aa4f4a192b9a146a377de4d42cb (patch) | |
tree | cdc3a2071bb98260806d5c4036c6c3a7b7fbf26c /winsup/cygwin/fhandler.h | |
parent | 451386f76913998a1e2f04fe98c4ce609bf813b2 (diff) | |
download | cygnal-aa9d50a1c15b5aa4f4a192b9a146a377de4d42cb.tar.gz cygnal-aa9d50a1c15b5aa4f4a192b9a146a377de4d42cb.tar.bz2 cygnal-aa9d50a1c15b5aa4f4a192b9a146a377de4d42cb.zip |
fix spelling errors
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r-- | winsup/cygwin/fhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h index 13a8dcd1c..5294292a6 100644 --- a/winsup/cygwin/fhandler.h +++ b/winsup/cygwin/fhandler.h @@ -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, |