r3178 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Wed Sep 10 21:11:11 CEST 2008


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")
 




More information about the varnish-commit mailing list