From 1165d8e2fc386a6096da53fc1c4e56cc474fb70d Mon Sep 17 00:00:00 2001 From: Sara Sena Date: Tue, 30 Jun 2026 22:11:53 -0300 Subject: tools/accounting/delaytop.c: fix typo in PSI header string Link: https://lore.kernel.org/20260701011153.93426-1-sarasena.adr@gmail.com Signed-off-by: Sara Sena Cc: Fan Yu Cc: Wang Yaxin Signed-off-by: Andrew Morton --- tools/accounting/delaytop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/accounting/delaytop.c b/tools/accounting/delaytop.c index 72cc500b44b1..0a863dfeae8a 100644 --- a/tools/accounting/delaytop.c +++ b/tools/accounting/delaytop.c @@ -878,7 +878,7 @@ static void display_results(int psi_ret) suc &= BOOL_FPRINT(out, "\033[H\033[J"); /* PSI output (one-line, no cat style) */ - suc &= BOOL_FPRINT(out, "System Pressure Information: (avg10/avg60vg300/total)\n"); + suc &= BOOL_FPRINT(out, "System Pressure Information: (avg10/avg60/avg300/total)\n"); if (psi_ret) { suc &= BOOL_FPRINT(out, " PSI not found: check if psi=1 enabled in cmdline\n"); } else { -- cgit v1.2.3