From f9dd541edbf3c6e07c66745f5f373a55d6bbba86 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 8 Jul 2010 14:02:09 +0000 Subject: fix typo --- src/os/unix/ngx_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/unix/ngx_channel.c') diff --git a/src/os/unix/ngx_channel.c b/src/os/unix/ngx_channel.c index a9ac45c9c..a0bdc2b8e 100644 --- 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_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)); -- cgit v1.2.3