From: Amaury Denoyelle Date: Fri, 2 Oct 2020 16:31:58 +0000 (+0200) Subject: MINOR: counters: fix a typo in comment X-Git-Tag: v2.3-dev6~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd3de507794b4f063aa1e7f43b55b27998d7ee7d;p=thirdparty%2Fhaproxy.git MINOR: counters: fix a typo in comment Wrong copy/paste comment, replace listeners/frontends by servers/backends This may be backported up to 1.7. --- diff --git a/include/haproxy/counters-t.h b/include/haproxy/counters-t.h index dbd60724e0..b896c4d36e 100644 --- a/include/haproxy/counters-t.h +++ b/include/haproxy/counters-t.h @@ -63,7 +63,7 @@ struct fe_counters { } p; /* protocol-specific stats */ }; -/* counters used by listeners and frontends */ +/* counters used by servers and backends */ struct be_counters { unsigned int conn_max; /* max # of active sessions */ long long cum_conn; /* cumulated number of received connections */