Subject: Add missing/fix misspelt FALLTHROUGH marker Author: Hilko Bengen Bug-Debian: https://bugs.debian.org/853446 Forwarded: https://github.com/nodejs/http-parser/issues/381 --- a/http_parser.c +++ b/http_parser.c @@ -2375,7 +2375,7 @@ case s_req_server_with_at: found_at = 1; - /* FALLTROUGH */ + /* FALLTHROUGH */ case s_req_server: uf = UF_HOST; break;