From e7af4521ca28c71aa735ca20cf8984ecc8bafd1c Mon Sep 17 00:00:00 2001 From: weidong Date: Thu, 24 Aug 2023 08:47:02 +0000 Subject: [PATCH] Fix annotation errors Signed-off-by: weidong --- 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