Commit f95017a4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix Typo



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3178 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 00d8ddcf
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment