mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
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:
parent
4b62fe5b0b
commit
b49af68ca0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241730
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user