aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-08 14:02:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-08 14:02:09 +0000
commitf9dd541edbf3c6e07c66745f5f373a55d6bbba86 (patch)
tree952114a1f6a6ec5764c3e7f2b6fadb7ec71ce29f /src/os/unix
parent40b4ba16639de605414708a2fd37b61e654416fd (diff)
downloadnginx-f9dd541edbf3c6e07c66745f5f373a55d6bbba86.tar.gz
nginx-f9dd541edbf3c6e07c66745f5f373a55d6bbba86.zip
fix typo
Diffstat (limited to 'src/os/unix')
-rw-r--r--src/os/unix/ngx_channel.c2
1 files changed, 1 insertions, 1 deletions
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));