From ba2396cd271912616dc2ebccfbb48a9b14a748aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 5 Jul 2004 12:19:53 +0000 Subject: [PATCH] Correct a misleading (cut'n'pasted) comment. --- contrib/top/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/top/top.c b/contrib/top/top.c index 8ee9b020b5ff..04a8775642b7 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) {