Skip to content

Commit c3fac66

Browse files
CollieIsCuteanakryiko
authored andcommitted
Fix tense issue
Signed-off-by: Tsai,Meng-Shr <[email protected]>
1 parent ad70a4e commit c3fac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ TIME EVENT COMM PID PPID FILENAME/EXIT CODE
111111
## uprobe
112112

113113
`uprobe` is an example of dealing with user-space entry and exit (return) probes,
114-
`uprobe` and `uretprobe`, in libbpf lingo. It attached `uprobe` and `uretprobe`
114+
`uprobe` and `uretprobe`, in libbpf lingo. It attaches `uprobe` and `uretprobe`
115115
BPF programs to its own functions (`uprobed_add()` and `uprobed_sub()`) and logs input arguments
116116
and return result, respectively, using `bpf_printk()` macro. The user-space
117117
function is triggered once every second:

0 commit comments

Comments
 (0)