Skip to content

Commit

Permalink
uprobe attacher: Fixed wrong documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guyarb committed Mar 2, 2025
1 parent 3418583 commit 46c918d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ebpf/uprobes/attacher.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func (ua *UprobeAttacher) handlesLibraries() bool {
return result
}

// handlesLibraries returns whether the attacher has rules configured to attach to executables directly
// handlesExecutables returns whether the attacher has rules configured to attach to executables directly
// It caches the result to avoid recalculating it every time we are attaching to a PID.
func (ua *UprobeAttacher) handlesExecutables() bool {
if ua.handlesExecutablesCached != nil {
Expand Down

0 comments on commit 46c918d

Please sign in to comment.