changeset 22:801de8ae9c0b default tip

Fix comment spelling. Found by gcc7 (-Wimplicit-fallthrough).
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 26 Apr 2017 19:40:45 +0300
parents 180d415c0e59
children
files ngx_http_bytes_filter_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 == ';') {