diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-02-11 22:09:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 22:09:19 +0100 |
commit | 16ffbb37f5897ca318e747518fdae6b4e56b52ac (patch) | |
tree | c1d0df42db6a285b99f7e696a4e0a458c84252e1 /qemu_mode | |
parent | ea05f3f4cd3c4a618ed25267ae848d262ef83919 (diff) | |
download | afl++-16ffbb37f5897ca318e747518fdae6b4e56b52ac.tar.gz |
typo
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/libqasan/uninstrument.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libqasan/uninstrument.c b/qemu_mode/libqasan/uninstrument.c index e75a09eb..5bf841a3 100644 --- a/qemu_mode/libqasan/uninstrument.c +++ b/qemu_mode/libqasan/uninstrument.c @@ -1,7 +1,7 @@ /* This code is DEPRECATED! -I'm keeping it here cause maybe the unistrumentation of a function is needed +I'm keeping it here cause maybe the uninstrumentation of a function is needed for some strange reason. */ |