summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-07-05 12:19:53 +0000
committerdes <des@FreeBSD.org>2004-07-05 12:19:53 +0000
commitca58cbd33909a2fad10f9f56cf5423b0314d3492 (patch)
tree6b28ffa623b6f91a3d86dd6091c9dcbccedb9564 /contrib
parent415c7523bab9db4acc587518b33bd745a61bda9c (diff)
downloadFreeBSD-src-ca58cbd33909a2fad10f9f56cf5423b0314d3492.zip
FreeBSD-src-ca58cbd33909a2fad10f9f56cf5423b0314d3492.tar.gz
Correct a misleading (cut'n'pasted) comment.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c
index 8ee9b02..04a8775 100644
--- a/contrib/top/top.c
+++ b/contrib/top/top.c
@@ -354,7 +354,7 @@ char *argv[];
}
break;
- case 'm': /* select sort order */
+ case 'm': /* select display mode */
if (strcmp(optarg, "io") == 0) {
displaymode = DISP_IO;
} else if (strcmp(optarg, "cpu") == 0) {
OpenPOWER on IntegriCloud