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.
This commit is contained in:
Amaury Denoyelle 2020-10-02 18:31:58 +02:00 committed by Christopher Faulet
parent 51f784bcf9
commit cd3de50779

View File

@ -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 */