Skip to content

Commit

Permalink
fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chendotjs authored and yonghong-song committed Apr 10, 2021
1 parent e83019b commit 21d866e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ This is an explicit way to instrument tracepoints. The ```RAW_TRACEPOINT_PROBE``
For example:

```Python
b.attach_raw_tracepoint("sched_swtich", "do_trace")
b.attach_raw_tracepoint("sched_switch", "do_trace")
```

Examples in situ:
Expand Down

0 comments on commit 21d866e

Please sign in to comment.