Correct the order of the MFU and MRU labels. I had reversed them.

Submitted by:	Nikolay Denev  ndenev gmail
Pointy hat to:	jhb
MFC after:	3 days
This commit is contained in:
John Baldwin 2012-10-19 12:28:26 +00:00
parent 4b62fe5b0b
commit b49af68ca0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241730

View File

@ -178,7 +178,7 @@ char *memorynames[] = {
int arc_stats[7];
char *arcnames[] = {
"K Total, ", "K MRU, ", "K MFU, ", "K Anon, ", "K Header, ", "K Other",
"K Total, ", "K MFU, ", "K MRU, ", "K Anon, ", "K Header, ", "K Other",
NULL
};