Skip to content

Commit f534ab7

Browse files
authored
Update user.h
1 parent f51e63b commit f534ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Ex. `kill -s <sig> <pid>`
33
// Signal to hide a process
44
#define HIDE_SIG 62
5-
// Signal to escelate a process to a root
5+
// Signal to escalate a process to a root
66
#define ESC_SIG 63
77

8-
9-
#define MAGIC_STRING "E1e37"
8+
// Magic string used to hide a file
9+
#define MAGIC_STRING "E1e37"

0 commit comments

Comments
 (0)