summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-10-19 12:28:26 +0000
committerjhb <jhb@FreeBSD.org>2012-10-19 12:28:26 +0000
commit3ec6e1c2f7079ab12b6a1573572b26641c1ec3f5 (patch)
tree6c2c932a7787eba95764dbc08ef131cd6f43bcf7 /usr.bin/top
parentb521bc0b760a90ba5628d99230fd30afa7b12b37 (diff)
downloadFreeBSD-src-3ec6e1c2f7079ab12b6a1573572b26641c1ec3f5.zip
FreeBSD-src-3ec6e1c2f7079ab12b6a1573572b26641c1ec3f5.tar.gz
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
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index 6520ae7..236cb554 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -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
};
OpenPOWER on IntegriCloud