Explorar o código

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

fix typo in aya/src/programs/fentry.rs
Alessandro Decina %!s(int64=3) %!d(string=hai) anos
pai
achega
7fdf37a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      aya/src/programs/fentry.rs

+ 1 - 1
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