]> git.kaiwu.me - nginx.git/commitdiff
fix typo
authorIgor Sysoev <igor@sysoev.ru>
Thu, 8 Jul 2010 14:02:09 +0000 (14:02 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 8 Jul 2010 14:02:09 +0000 (14:02 +0000)
src/os/unix/ngx_channel.c

index a9ac45c9c374f2193f5b7b1747aca45e8e7d86fc..a0bdc2b8e969427723e7f6d03f9a8f3b01e5fe9e 100644 (file)
@@ -44,7 +44,7 @@ ngx_write_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size,
          *   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));