소스 검색

fix typo in aya/src/programs/fentry.rs

Hi120ki 3 년 전
부모
커밋
ab46253
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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