comparison src/event/ngx_event_pipe.c @ 4517:50143b8fb95f stable-1.0

Merge of r4500: fixed spelling in single-line comments.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 13:26:40 +0000
parents 4919fb357a5d
children
comparison
equal deleted inserted replaced
4516:b927410d9638 4517:50143b8fb95f
944 p->free_raw_bufs = cl; 944 p->free_raw_bufs = cl;
945 945
946 return NGX_OK; 946 return NGX_OK;
947 } 947 }
948 948
949 /* the first free buf is partialy filled, thus add the free buf after it */ 949 /* the first free buf is partially filled, thus add the free buf after it */
950 950
951 cl->next = p->free_raw_bufs->next; 951 cl->next = p->free_raw_bufs->next;
952 p->free_raw_bufs->next = cl; 952 p->free_raw_bufs->next = cl;
953 953
954 return NGX_OK; 954 return NGX_OK;