From d7ecdead5e55c89df82eb8f3e92f836093e973f5 Mon Sep 17 00:00:00 2001 From: zhaoxu Date: Mon, 28 Aug 2023 18:02:11 +0800 Subject: [PATCH] fix code comment error (#561) Fixes: #562 Signed-off-by: zhaoxu --- proc_status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc_status.go b/proc_status.go index c055d075..3b8b3e51 100644 --- a/proc_status.go +++ b/proc_status.go @@ -23,7 +23,7 @@ import ( ) // ProcStatus provides status information about the process, -// read from /proc/[pid]/stat. +// read from /proc/[pid]/status. type ProcStatus struct { // The process ID. PID int