diff options
author | Christopher Faylor <me@cgf.cx> | 2002-12-27 03:50:57 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-12-27 03:50:57 +0000 |
commit | 740c81ed4e501cfe00e46449016f5f720ea35883 (patch) | |
tree | a4aed3cf25daa301579e3c0373de7cda8e95ee11 /winsup | |
parent | 46b73ef192bc8e1ef3db88d1da99dfbe28bb371b (diff) | |
download | newlib-740c81ed4e501cfe00e46449016f5f720ea35883.zip newlib-740c81ed4e501cfe00e46449016f5f720ea35883.tar.gz newlib-740c81ed4e501cfe00e46449016f5f720ea35883.tar.bz2 |
correct typo
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 763e5fd..40970c4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -134,7 +134,7 @@ 2002-12-13 Christopher Faylor <cgf@redhat.com> Throughout, change fhandler_*::read and fhandler_*::raw_read to void - functions whose second arguments are both the lenght and the return + functions whose second arguments are both the length and the return value. * fhandler.cc (fhandler_base::read): Rework slightly to use second argument as input/output. Tweak CRLF stuff. |