diff --git a/aya/src/programs/fentry.rs b/aya/src/programs/fentry.rs index f94cb439..dd83fd45 100644 --- a/aya/src/programs/fentry.rs +++ b/aya/src/programs/fentry.rs @@ -10,7 +10,7 @@ use crate::{ /// /// [`FEntry`] programs are similar to [kprobes](crate::programs::KProbe), but /// the difference is that fentry has practically zero overhead to call before -/// kernel function. Fentry programs can be also attaached to other eBPF +/// kernel function. Fentry programs can be also attached to other eBPF /// programs. /// /// # Minimum kernel version