]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: counters: fix a typo in comment
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 2 Oct 2020 16:31:58 +0000 (18:31 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 5 Oct 2020 07:05:57 +0000 (09:05 +0200)
Wrong copy/paste comment, replace listeners/frontends by
servers/backends

This may be backported up to 1.7.

include/haproxy/counters-t.h

index dbd60724e08d250ac1e1eb5ade2183150fc04ee9..b896c4d36eeb87a98be9573035b85052d611dbd5 100644 (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 */