comparison src/event/ngx_event_pipe.c @ 4499:778ef9c3fd2d

Fixed spelling in single-line comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 11:31:05 +0000
parents 9806bf07d119
children 508e61393b6c
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
967 p->free_raw_bufs = cl; 967 p->free_raw_bufs = cl;
968 968
969 return NGX_OK; 969 return NGX_OK;
970 } 970 }
971 971
972 /* the first free buf is partialy filled, thus add the free buf after it */ 972 /* the first free buf is partially filled, thus add the free buf after it */
973 973
974 cl->next = p->free_raw_bufs->next; 974 cl->next = p->free_raw_bufs->next;
975 p->free_raw_bufs->next = cl; 975 p->free_raw_bufs->next = cl;
976 976
977 return NGX_OK; 977 return NGX_OK;