From baa671ea26d8b7dfcf2785f2b1541826f44e446c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 2 Apr 2010 16:01:58 +0000 Subject: [PATCH] fix typo --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c3f02a003..5d006112c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,7 +1,7 @@ 2010-04-02 Christopher Faylor * select.h (select_pipe_info::add_watch_handle): Delete declaration. - * select.cc (select_pipe_info::add_watch_handle): Delete deinition. + * select.cc (select_pipe_info::add_watch_handle): Delete definition. (fhandler_pipe::select_read): Delete call to add_watch_handle. (fhandler_pipe::select_write): Ditto. (fhandler_pipe::select_except): Ditto.