mirror of
https://github.com/a0rtega/pafish
synced 2024-11-24 15:19:36 +03:00
Fix typo in pafish/cuckoo.c (informnation -> information)
This typo was bothering the hell out of me.
This commit is contained in:
parent
d13b9cb1d0
commit
20b878ee66
@ -14,7 +14,7 @@
|
||||
#define TLS_HOOK_INFO_RETADDR_SPACE 0x100
|
||||
|
||||
/**
|
||||
* Hook informnation stored by Cuckoo at FS:[TLS_HOOK_INFO].
|
||||
* Hook information stored by Cuckoo at FS:[TLS_HOOK_INFO].
|
||||
*/
|
||||
struct hook_info {
|
||||
unsigned int depth_count;
|
||||
|
Loading…
Reference in New Issue
Block a user