diff --git a/include/haproxy/counters-t.h b/include/haproxy/counters-t.h index dbd60724e..b896c4d36 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 */