From a823c550e45bb653c5d660cceaea3f153b3b28e8 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 19 Sep 2011 14:48:29 +0000 Subject: Replaced "can not" with "cannot" and "could not" in a bunch of places. Fixed nearby grammar errors. --- src/os/unix/ngx_file_aio_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/unix/ngx_file_aio_read.c') diff --git a/src/os/unix/ngx_file_aio_read.c b/src/os/unix/ngx_file_aio_read.c index 557f9de6a..49662365f 100644 --- a/src/os/unix/ngx_file_aio_read.c +++ b/src/os/unix/ngx_file_aio_read.c @@ -23,7 +23,7 @@ * kqueue EVFILT_AIO filter is level triggered only: an event repeats * until aio_return() will be called; * - * aio_cancel() can not cancel file AIO: it returns AIO_NOTCANCELED always. + * aio_cancel() cannot cancel file AIO: it returns AIO_NOTCANCELED always. */ -- cgit v1.2.3