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) {