From 2336098764bc6c3409fc36eafc83d51d777694bf Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 10 Sep 2008 19:11:11 +0000 Subject: [PATCH] Fix Typo git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3178 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/include/stat_field.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/include/stat_field.h b/varnish-cache/include/stat_field.h index beec28ff..0ae47223 100644 --- a/varnish-cache/include/stat_field.h +++ b/varnish-cache/include/stat_field.h @@ -111,7 +111,7 @@ MAC_STAT(sms_nreq, uint64_t, 'a', "SMS allocator requests") MAC_STAT(sms_nobj, uint64_t, 'i', "SMS outstanding allocations") MAC_STAT(sms_nbytes, uint64_t, 'i', "SMS outstanding bytes") MAC_STAT(sms_balloc, uint64_t, 'i', "SMS bytes allocated") -MAC_STAT(sms_bfree, uint64_t, 'i', "SMS bytes free") +MAC_STAT(sms_bfree, uint64_t, 'i', "SMS bytes freed") MAC_STAT(backend_req, uint64_t, 'a', "Backend requests made") -- 2.39.5