changeset 3682:e76fbd1a49f3

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jul 2010 14:02:09 +0000
parents 81677b7cdb2a
children 312c2f9b53ac
files src/os/unix/ngx_channel.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/unix/ngx_channel.c
+++ b/src/os/unix/ngx_channel.c
@@ -44,7 +44,7 @@ ngx_write_channel(ngx_socket_t s, ngx_ch
          *   dereferencing type-punned pointer will break strict-aliasing rules
          *
          * Fortunately, gcc with -O1 compiles this ngx_memcpy()
-         * in the same simple assigment as in the code above
+         * in the same simple assignment as in the code above
          */
 
         ngx_memcpy(CMSG_DATA(&cmsg.cm), &ch->fd, sizeof(int));