]> err.no Git - varnish/commitdiff
Fix Typo
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 10 Sep 2008 19:11:11 +0000 (19:11 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 10 Sep 2008 19:11:11 +0000 (19:11 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3178 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/stat_field.h

index beec28ff8cd6737b5b317000983c509633ce0929..0ae472236682e649203acca1095641d99e250d39 100644 (file)
@@ -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")