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 };