Commit 01a9e471 authored by Magnus Hagander's avatar Magnus Hagander Committed by Lasse Karstensen

Fix typo

An object is delivered to the client, not to the backend.
parent fd18b3ba
......@@ -102,7 +102,7 @@ VSC_F(cache_miss, uint64_t, 1, 'c', 'i', info,
"Cache misses",
"Count of misses"
" A cache miss indicates the object was fetched from the"
" backend before delivering it to the backend."
" backend before delivering it to the client."
)
/*---------------------------------------------------------------------*/
......
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