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

@@ -94,7 +94,7 @@ struct {
// Optional Target Parent PID
const volatile int target_ppid = 0;
// These store the string represenation
// These store the string representation
// of the PID to hide. This becomes the name
// of the folder in /proc/
const volatile int pid_to_hide_len = 0;

View File

@@ -94,7 +94,7 @@ In the next part of the code, the program defines a structure called "linux_dire
// Optional Target Parent PID
const volatile int target_ppid = 0;
// These store the string represenation
// These store the string representation
// of the PID to hide. This becomes the name
// of the folder in /proc/
const volatile int pid_to_hide_len = 0;