[PATCH] tools/accounting/delaytop.c: fix typo in PSI header string
From: Sara Sena
Date: Tue Jun 30 2026 - 21:13:35 EST
Signed-off-by: Sara Sena <sarasena.adr@xxxxxxxxx>
---
tools/accounting/delaytop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {
--
2.43.0