Mailing List Archive

r3178 - trunk/varnish-cache/include
Author: phk
Date: 2008-09-10 21:11:11 +0200 (Wed, 10 Sep 2008)
New Revision: 3178

Modified:
trunk/varnish-cache/include/stat_field.h
Log:
Fix Typo



Modified: trunk/varnish-cache/include/stat_field.h
===================================================================
--- trunk/varnish-cache/include/stat_field.h 2008-09-10 13:25:37 UTC (rev 3177)
+++ trunk/varnish-cache/include/stat_field.h 2008-09-10 19:11:11 UTC (rev 3178)
@@ -111,7 +111,7 @@
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")