Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Oct 7, 2024
1 parent ee14bed commit 96e9ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/action/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func canStat(path string) bool {
return err == nil
}

// processInfo returns the best path to a process executable
// processInfo returns information about a process tuned for scanning.
func processInfo(ctx context.Context, p *process.Process) (*ProcessInfo, error) {
pi := &ProcessInfo{
PID: p.Pid,
Expand Down

0 comments on commit 96e9ecf

Please sign in to comment.