diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-01-02 17:41:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 17:41:18 +0100 |
commit | db2eb7520550cb76647a56e44c1ab226331b9971 (patch) | |
tree | 9905a220b9d401d0798b67d2fecaa75d3d65ea8d /qemu_mode | |
parent | 710566be93debc87dadf28ce82cac51c177f9dbc (diff) | |
download | afl++-db2eb7520550cb76647a56e44c1ab226331b9971.tar.gz |
Typos fixed
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/unsigaction/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qemu_mode/unsigaction/README.md b/qemu_mode/unsigaction/README.md index 0f3707fd..db7eac83 100644 --- a/qemu_mode/unsigaction/README.md +++ b/qemu_mode/unsigaction/README.md @@ -1,7 +1,7 @@ -# unsigation +# unsigaction -This library disable sigaction when preloaded. +This library disables sigaction handlers when preloaded. Mainly needed by Wine mode but can be used as a separate tool. -A similar solution can be found in is [preeny](https://github.com/zardus/preeny). +A similar solution can be found in [preeny](https://github.com/zardus/preeny). |