OSDN Git Service

correct typo
authorcgf <cgf>
Fri, 27 Dec 2002 03:50:57 +0000 (03:50 +0000)
committercgf <cgf>
Fri, 27 Dec 2002 03:50:57 +0000 (03:50 +0000)
winsup/cygwin/ChangeLog

index 763e5fd..40970c4 100644 (file)
 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.