# HG changeset patch # User Maxim Dounin # Date 1493224845 -10800 # Node ID 801de8ae9c0ba0f1d238bd0d72a4e1aa51613909 # Parent 180d415c0e5985027b8f651beec98e9a136c570c Fix comment spelling. Found by gcc7 (-Wimplicit-fallthrough). diff --git a/ngx_http_bytes_filter_module.c b/ngx_http_bytes_filter_module.c --- a/ngx_http_bytes_filter_module.c +++ b/ngx_http_bytes_filter_module.c @@ -184,7 +184,7 @@ ngx_http_bytes_header_filter(ngx_http_re end = 0; state = sw_last_byte_pos_n; - /* fall though */ + /* fall through */ case sw_last_byte_pos_n: if (*p == ',' || *p == '&' || *p == ';') {