diff options
author | des <des@FreeBSD.org> | 2004-07-05 12:19:53 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-07-05 12:19:53 +0000 |
commit | ca58cbd33909a2fad10f9f56cf5423b0314d3492 (patch) | |
tree | 6b28ffa623b6f91a3d86dd6091c9dcbccedb9564 | |
parent | 415c7523bab9db4acc587518b33bd745a61bda9c (diff) | |
download | FreeBSD-src-ca58cbd33909a2fad10f9f56cf5423b0314d3492.zip FreeBSD-src-ca58cbd33909a2fad10f9f56cf5423b0314d3492.tar.gz |
Correct a misleading (cut'n'pasted) comment.
-rw-r--r-- | contrib/top/top.c | 2 |
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) { |