diff src/os/unix/ngx_channel.c @ 3682:e76fbd1a49f3

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jul 2010 14:02:09 +0000
parents 2c5e269d0608
children d620f497c50f
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));