diff src/os/unix/ngx_file_aio_read.c @ 4133:59b99f217c6d

Replaced "can not" with "cannot" and "could not" in a bunch of places. Fixed nearby grammar errors.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 19 Sep 2011 14:48:29 +0000
parents 37da005a5808
children d620f497c50f
line wrap: on
line diff
--- a/src/os/unix/ngx_file_aio_read.c	Mon Sep 19 12:41:13 2011 +0000
+++ b/src/os/unix/ngx_file_aio_read.c	Mon Sep 19 14:48:29 2011 +0000
@@ -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.
  */