summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSara Sena <sarasena.adr@gmail.com>2026-06-30 22:11:53 -0300
committerAndrew Morton <akpm@linux-foundation.org>2026-07-25 21:51:29 -0700
commit1165d8e2fc386a6096da53fc1c4e56cc474fb70d (patch)
treee16235794a013a585408909881ecfa547f166e71 /tools
parent1476d82e852287df417a10cbfac587600fc4b457 (diff)
downloadlinux-next-1165d8e2fc386a6096da53fc1c4e56cc474fb70d.tar.gz
linux-next-1165d8e2fc386a6096da53fc1c4e56cc474fb70d.zip
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 <sarasena.adr@gmail.com> Cc: Fan Yu <fan.yu9@zte.com.cn> Cc: Wang Yaxin <wang.yaxin@zte.com.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/accounting/delaytop.c2
1 files changed, 1 insertions, 1 deletions
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 {