Fix typos in selftest/bpf files

Run spell checker on files in selftest/bpf and fixed typos.

Signed-off-by: Taichi Nishimura <awkrail01@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/bpf/20230216085537.519062-1-awkrail01@gmail.com
This commit is contained in:
Taichi Nishimura
2023-02-16 17:55:37 +09:00
committed by Andrii Nakryiko
parent c5a237a4db
commit df71a42cc3
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ static void try_skeleton_template()
skel.detach();
/* destructor will destory underlying skeleton */
/* destructor will destroy underlying skeleton */
}
int main(int argc, char *argv[])