Fix typos (#129)

- typo fixes
This commit is contained in:
oluceps
2024-08-10 16:31:09 +08:00
committed by GitHub
parent fbfbc09b89
commit b7be8a114d
11 changed files with 13 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ signal.h
```c
// Simple message structure to get events from eBPF Programs
// in the kernel to user spcae
// in the kernel to user space
#define TASK_COMM_LEN 16
struct event {
int pid;