summaryrefslogtreecommitdiff
path: root/samples/bpf/tracex1.bpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bpf/tracex1.bpf.c')
-rw-r--r--samples/bpf/tracex1.bpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/tracex1.bpf.c b/samples/bpf/tracex1.bpf.c
index 0ab39d76ff8f..ceedf0b1d479 100644
--- a/samples/bpf/tracex1.bpf.c
+++ b/samples/bpf/tracex1.bpf.c
@@ -20,7 +20,7 @@ SEC("kprobe.multi/__netif_receive_skb_core*")
int bpf_prog1(struct pt_regs *ctx)
{
/* attaches to kprobe __netif_receive_skb_core,
- * looks for packets on loobpack device and prints them
+ * looks for packets on loopback device and prints them
* (wildcard is used for avoiding symbol mismatch due to optimization)
*/
char devname[IFNAMSIZ];