comparison src/core/ngx_file.c @ 4572:67653855682e

Fixed spelling in multiline C comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Apr 2012 07:37:31 +0000
parents d620f497c50f
children 8a9b7b4e9f2d
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
806 * 806 *
807 * ctx->data - some data structure, it may be the same on all levels, or 807 * ctx->data - some data structure, it may be the same on all levels, or
808 * reallocated if ctx->alloc is nonzero 808 * reallocated if ctx->alloc is nonzero
809 * 809 *
810 * ctx->alloc - a size of data structure that is allocated at every level 810 * ctx->alloc - a size of data structure that is allocated at every level
811 * and is initilialized by ctx->init_handler() 811 * and is initialized by ctx->init_handler()
812 * 812 *
813 * ctx->log - a log 813 * ctx->log - a log
814 * 814 *
815 * on fatal (memory) error handler must return NGX_ABORT to stop walking tree 815 * on fatal (memory) error handler must return NGX_ABORT to stop walking tree
816 */ 816 */