aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2012-10-19 12:28:26 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2012-10-19 12:28:26 +0000
commitb49af68ca03b68fea6c8e52af314568b09a951eb (patch)
tree6c2c932a7787eba95764dbc08ef131cd6f43bcf7 /usr.bin/top
parent4b62fe5b0b4a6fa11fadb1a363a3dabdeb534722 (diff)
downloadsrc-b49af68ca03b68fea6c8e52af314568b09a951eb.tar.gz
src-b49af68ca03b68fea6c8e52af314568b09a951eb.zip
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
Notes
Notes: svn path=/head/; revision=241730
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 6520ae714845..236cb5540f45 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
};