From: phk Date: Wed, 10 Sep 2008 19:11:11 +0000 (+0000) Subject: Fix Typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2336098764bc6c3409fc36eafc83d51d777694bf;p=varnish Fix Typo git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3178 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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")