Skip to content

Commit

Permalink
docs: fix a minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MercuryLc authored Dec 17, 2024
1 parent 9e390e9 commit b1ea73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbpf-tools/memleak.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ int main(int argc, char *argv[])
const int combined_allocs_fd = bpf_map__fd(skel->maps.combined_allocs);
const int stack_traces_fd = bpf_map__fd(skel->maps.stack_traces);

// if userspace oriented, attach upbrobes
// if userspace oriented, attach uprobes
if (!env.kernel_trace) {
ret = attach_uprobes(skel);
if (ret) {
Expand Down

0 comments on commit b1ea73e

Please sign in to comment.