From: Tim Duesterhus Date: Sat, 15 Sep 2018 22:42:30 +0000 (+0200) Subject: CLEANUP: http: Fix typo in init_http's comment X-Git-Tag: v1.9-dev9~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f024f3be51ee194cdb46ccee33fd21d760cb5a9;p=thirdparty%2Fhaproxy.git CLEANUP: http: Fix typo in init_http's comment It read "non-zero" where it should read zero. --- diff --git a/src/http.c b/src/http.c index a8288a0209..a556a88a13 100644 --- a/src/http.c +++ b/src/http.c @@ -973,7 +973,7 @@ int http_parse_stline(const struct ist line, struct ist *p1, struct ist *p2, str } -/* post-initializes the HTTP parts. Returns non-zero on error, with +/* post-initializes the HTTP parts. Returns zero on error, with * pointing to the error message. */ int init_http(char **err)