Fix typo in pafish/cuckoo.c (informnation -> information)

This typo was bothering the hell out of me.
This commit is contained in:
Shawn Wells 2016-07-18 22:54:29 -04:00
parent d13b9cb1d0
commit 20b878ee66
1 changed files with 1 additions and 1 deletions

View File

@ -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;