# HG changeset patch # User Igor Sysoev # Date 1278597729 0 # Node ID e76fbd1a49f31426db47c0f34cdd232f8a776d6f # Parent 81677b7cdb2a16b6aeb492183d0099c20aa9a4ea fix typo diff --git a/src/os/unix/ngx_channel.c b/src/os/unix/ngx_channel.c --- 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));