Merge pull request #237 from hi120ki/fix-typo-fentry

fix typo in aya/src/programs/fentry.rs
pull/239/head
Alessandro Decina 3 years ago committed by GitHub
commit 7fdf37ad51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ use crate::{
/// ///
/// [`FEntry`] programs are similar to [kprobes](crate::programs::KProbe), but /// [`FEntry`] programs are similar to [kprobes](crate::programs::KProbe), but
/// the difference is that fentry has practically zero overhead to call before /// 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. /// programs.
/// ///
/// # Minimum kernel version /// # Minimum kernel version

Loading…
Cancel
Save