fix typo
diff --git a/src/os/unix/ngx_channel.c b/src/os/unix/ngx_channel.c index a9ac45c..a0bdc2b 100644 --- a/src/os/unix/ngx_channel.c +++ b/src/os/unix/ngx_channel.c
@@ -44,7 +44,7 @@ * 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));