Skip to content

Commit

Permalink
Fix annotation errors
Browse files Browse the repository at this point in the history
Signed-off-by: weidong <weidongkl@sina.com>
  • Loading branch information
weidongkl authored and discordianfish committed Sep 6, 2023
1 parent c5d92ab commit e7af452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proc_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7af452

Please sign in to comment.